Datatypes
Different categories of data your variables can hold.
Types of datatypes
int
Integerfloat
Floating point numberbool
Booleans (True, False)list
lists, collection of similar datasets
collection of unique datadict
collection of key-value pairs- and many more...
------