Python Language Tutorial => Python Data Types
Introduction
Data types are nothing but variable you used to reserve some space in memory. Python variables do not need an explicit declaration to reserve memory space. The declaration happens automatically when you assign a value to a variable.
Python Data Types Related Examples
- Dictionary Data Type
- List Data Type
- Numbers data type
- Set Data Types
- String Data Type
- Tuple Data Type