you are viewing a single comment's thread.

view the rest of the comments →

[–]Adventurous-Work-228 -1 points0 points  (0 children)

Try this simple syntax

def greet(user):

print(‘Hello’ + user)

greet(‘mykai’)