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/
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)