Lecture #2 Python Data Type and Variables data data type ...

notation, such as 2.3e25 (which means 2.3×1025). int and float string A string is a combination of any Python recognizable characters (even in other natural language like Chinese, Japanese, and Farsi). str Boolean Boolean value are strictly limited to two possible values: True and False. Sometime, True is represented by 1 while False is represented by 0. bool container The “container ... ................
................