You need to call your function.

def hello_function(name): print(name) return name hello_function("You") # Add this line