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

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” type refers to a group of data types that collect ... ................
................