Question 1
What is a function in python?
Question 2
Which keyword is used to define a function in python?
Question 3
What is the difference between a function and a method in python?
Question 4
What is a function signature in python?
Question 5
What is a parameter in a function?
Question 6
Which of the following is a valid way to call a function in python?
Question 7
What is a "default argument" in a python function?
Question 8
What does the term "scope" refer to in python functions?
Question 9
What is the purpose of the *args and **kwargs in function definitions?
Question 10
What is the purpose of the return statement in a function?