terminology Flashcards

1
Q

Statement

A

A unit of code that the Python interpreter can execute. For example, print(5).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Calling a Function

A

Invoking or initiating a function using its name and parentheses. For example, print(5).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly