What are data types and how r they important in python
Answers
Answered by
1
In Python, like in all programming languages, data types are used to classify one particular type of data. This isimportant because the specific data typeyou use will determine what values you can assign to it and what you can do to it (including what operations you can perform on it
Similar questions