Hello everyone, today I will show you the data types in Python.
Hope you like it!
The first data type is int, short for integer.
An integer is basically a number, a whole number, a negative number and zero.
The second one is a floating point number, same as integer but decimal
The third one is a string. A string is a single word or number with double quotes around it. Here is an example ⬇