are you referring to the floats data type?
Read more… (8 words)
for the greet() function, line 15 and 16 are not clear to me even after reading the comments.
why would 15 greet("Alice", greeting="Hello") execute and 16 greet(name="Alice", "Hello") give error