Computer Science, asked by namanjaiswal4256, 6 months ago

what do you understand by the term data type in python ? explain the 3 data type .​

Answers

Answered by bratatimondal2006
0

Answer:

Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actually classes and variables are instance (object) of these classes.

Similar questions