What are Different Data Types in Python?

What are Different Data Types in Python?

Python-data-type

Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actually classes and variables are instances (objects) of these classes.

Following are the standard or built-in data types of Python:

    • Numeric -- Coming Soon
    • Sequence Type -- Coming Soon
    • Boolean -- Coming Soon
    • Set -- Coming Soon
    • Dictionary -- Coming Soon

Post a Comment

Previous Post Next Post