Computer Science, asked by pvpragnya10, 1 year ago

What are data types in python and why are they important?

Answers

Answered by hudgekale
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