[Tutor] Why do I get "None"?

H K sk12356790 at gmail.com
Mon Jan 25 23:49:24 EST 2021


def greeting_2(name):
    print("Hello " + name)

example = greeting_2("Christine")
print(example)

This gives the value:
Hello Christine
None

And I don't understand why I'm getting "None"


More information about the Tutor mailing list