Data Types are the types of data that are stored in variables.
We can use the type() function.
type()
Don't worry, I will explain one by one in a fun way.
Integer (int): Whole numbers, positive or negative.
int
age = 22 number_of_my_girlfriends = -1