Variables can stored data in different types
Python has the following data types built-in by default
Text Type | str |
Numeric Type | int, float, complex |
Sequence Type | list, tuple, range |
Mapping Type | dict |
Boolean Type | bool |
Binary Type | byte, bytearray, memoryview |
None Type | NoneType |