Hello, Today I will be showing you data types in python.
Hope you enjoy!
The first data type is int, short for integer.
A integer is basically a number, Whole numbers,Negative numbers, and zero.
The Second one is float, which is the same as integer but a decimal
The third one is String. A string is a word or number with double quotes before and after it. Here is an example below⬇
The last one is bool, short for boolean. A boolean is basically true or false
Top comments (2)
Hello hope you guys have a nice time viewing
I did