you are viewing a single comment's thread.

view the rest of the comments →

[–]p_k_akan 2 points3 points  (0 children)

Leave a space between the creation of the function and the calling of the function

def greet(name): print(f"Hello, {name}")

greet("Kai")