Function in Python
Function in Python
def function_name():
Statement
Statement
Statement
We must call a function in order to run it.
Function
Pre-defined
User-defined
Eg-input()