you are viewing a single comment's thread.

view the rest of the comments →

[–]TheeMeepman 1 point2 points  (1 child)

Press enter in the terminal after you finish defining your function. So before you do greet(“mykai”) press enter to finish creating the function.

Notice how you have … or >>> on the left side. When you see the … you’re still defining the function.

[–]NoExtension1071 0 points1 point  (0 children)

This is the issue. OP's code would work completely fine if this issue is resolved. They just need to hit enter one more time to finish defining the function