Chapter 6 Defining Functions Flashcards
1
Q
True or False
Every Python function returns some value.
A
True
2
Q
True or False
Python functions can never modify a parameter.
A
False
3
Q
A python function definition begins with
A
def
4
Q
In Python, actual parameters are passed to functions
A
by value