1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Why does defining a function produce no output?
you must call the function
How do you pass 'Rutgers' to the hello function?
hello(“Rutgers”)
What does input() always return?
string
the variable name inside the function definition (the placeholder)
Parameter
the actual data you send into the function when calling it.
argument
What is the purpose of the # character in Python?
comments
What are two uses for # comments in Python?
documentation, debugging