Loading...
「ツール」は右上に移動しました。
利用したサーバー: balsam-secret-fine
8いいね 27回再生

Data Types in Python - part 1

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

コメント