Python's Data Types
In python, we have different data types that we use in building our programs.
(Check the dropdown boxes for more information)
Text based variables
str
Numeric variables
int, float
Sequence based
list, tuple, range
Boolean values
Bool