Common types
Numbers:
int
,
float
,
complex
Sequences:
str
(string),
list
,
tuple
, NumPy array
Mappings:
dict
(dictionary/hash)
User-defined type in terms of a class