DEV Community

Data Analyst
Data Analyst

Posted on

Python Data-types

What are Data Types?
In Python, data types represent the kind of data a variable can store. Python is a dynamically-typed language, which means you don’t need to explicitly define the type of a variable—it’s determined automatically based on the value assigned.
Learn Full chapter here: https://slidescope.in/python-data-types/

Top comments (0)