question archive 1) When defining a function, which keyword do we use: define def function func 2) We _________ the lines of code that belong to the body of a function so the interpreter understand what makes up the body of the function
Subject:Computer SciencePrice:1.87 Bought7
1) When defining a function, which keyword do we use:
define |
||
def |
||
function |
||
func |
2) We _________ the lines of code that belong to the body of a function so the interpreter understand what makes up the body of the function.
bold |
||
place curly braces around |
||
indent |
||
number |
3) The “return” keyword is:
used to stop the function and return to the calling function. |
||
required to end all function definitions. |
||
create a new line on the screen output. |
||
return a value from the function, back to the calling function. |
4) When defining a function, we declare a(n) ________ in parenthesis , so that we can pass data into the function for processing.
Purchased 7 times