Tip:
Note that not all functions have one input parameter. There are also simplerfunctions without any parameters at all. Example:
def say_hello(): return "Hello"
And there are also functions with more than one parameter but you will learn that in the next video.