Because the tests call your function like this: greet() and you get this error:
greet()
TypeError: greet() missing 3 required positional arguments: 'x', 'y', and 'z'
Create a function without parameters.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Because the tests call your function like this:
greet()
and you get this error:Create a function without parameters.
This comment is hidden because it contains spoiler information about the solution