in this video, I have discussed basic data types in python.
They are integers, strings, and floating-point numbers.
Any whole number either signed or unsigned is of type integer in python.
Any number having a decimal point ex. 2.02 is of type floating-point or simply float number
Any word, sentence, the letter under double quotes or single quotes is considered as a string in python.
In my upcoming videos I will be discussing:
Lists
Tuples
Booleans
Docstrings / multi-line strings
Sets
Dictionaries
Complex numbers
コメント