What are data types in python and why are they important?
Answers
Answered by
6
In Python, like in all programming languages, data types are used to classify one particular type of data. This is important because the specific data type you use will determine what values you can assign to it and what you can do to it.
Similar questions