# === most commonn data types ===
bool # True, False (capital case)
int
float
str
# They store other types of data inside of them
list
dict
set
tuple