def say_hello(name) python code example Example: how to say hello with name in python name = input("what is your name") print("Hello "+name)