Ad
  • Custom User Avatar

    Because the tests call your function like this: greet() and you get this error:

    TypeError: greet() missing 3 required positional arguments: 'x', 'y', and 'z'
    

    Create a function without parameters.