click below
click below
Normal Size Small Size show me how
Unit 6 - Functions
| Question | Answer | Wrong | Wrong | Wrong |
|---|---|---|---|---|
| The code that includes the keyword "def" is called a _____. | function definition | function call | function reference | function constructor |
| After a function's last statement is executed, the program returns to the next line after the _____. | function call | |||
| Which of the following is true? | A function can have any number of return statements, or no return statement at all. |