Description
To use a function in Python, write the function name followed by parentheses. If the function accepts arguments, pass the arguments inside the parentheses.
To use a function in Python, write the function name followed by parentheses. If the function accepts arguments, pass the arguments inside the parentheses.