Chapter 3 Quiz: Functions

5 questions · 70% to pass

1. What keyword is used to define a function?

2. What does *args collect inside a function?

3. A lambda function can contain multiple statements.

4. What happens if a function has no return statement?

5. Which of the following is a valid lambda?

Back to Chapter