terminology Flashcards
1
Q
Statement
A
A unit of code that the Python interpreter can execute. For example, print(5).
2
Q
Calling a Function
A
Invoking or initiating a function using its name and parentheses. For example, print(5).
3
Q
Invoking or initiating a function using its name and parentheses. For example, print(5).
A
A value provided to a function when the function is called. For example, in print(5), 5 is an argument.
4
Q
A