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.

String Data Type

Numbers data type

List Data Type

Dictionary Data Type

Set Data Types

Tuple Data Type