Computer Science, asked by pvpragnya10, 1 year ago

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

Answers

Answered by giannopoylos2
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 (including what operations you can perform on it).



Similar questions