Concept
Statements in Python
A statement is any line of instruction that the Python interpreter can potentially execute.
Types of statements include but are not limited to:
- Variable assignment statements
- while statements
- for statements
- if statements
- import statements
0
1
Updated 2021-06-29
Tags
Data Science