Chapter 6 Defining Functions Flashcards

1
Q

True or False
Every Python function returns some value.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False
Python functions can never modify a parameter.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A python function definition begins with

A

def

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Python, actual parameters are passed to functions

A

by value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly