Functions - Advanced Features |Section 3|Celestial Warrior

1 year ago
3

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.

Loading comments...