The data stored in memory can be of a lot of types. In case, a person’s age is stored as a numeric value and his or her address is stored as alphanumeric characters.
Python has some standard types that are used to describe the operations possible on them and the storage technique for each of them.
Python has 5 data types:
• Numbers
• String
• List
• Tuple
• Dictionary