def happyBirthday(person): print("Happy Birthday, dear " + person + ".")
Note: parenthesis is must to : A. define a function, B. use a function
def a():
print("a")
a()
No comments:
Post a Comment