1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Functions must have parameters
False
How many parameters go into the function sum
3, 1 return
Why do we write functions?
I II III
Which statement return values from functions?
Return
What is true about return values?
Functions can have return values but they are optional
Consider the code snippet
first second third
Correct way to create python function
def_myfunction()
Consider the code snippet all numbers
10
What is the output of the program?
15 5
in the following function print 3 times