Python Data Types
Python provides different data types in order to store values. Every data type in Python is actually an instance of classes. Python provides the following data types. Numbers Boolean String List Tuple Set Dictionary Binary Types Python Numbers Python numbers are consist of two main types named integer, floating-point, and complex numbers. Integer numbers can … Read more