Data types
#Fundamental data types
int
float
bool
str
list
tuple
set
dict
#Classes -> custom types
#Specialized Data types
None
INFO
#Fundamental data types
int
float
bool
str
list
tuple
set
dict
#Classes -> custom types
#Specialized Data types
None