what are data types? Explain any two data types in python
Answers
Answered by
1
Explanation:
this is for answer
class....
Attachments:
Answered by
4
It represents the kind of value that tells what operations can be performed on a particular data.
Types are:
integer
floating point numbers
complex numbers
strings
boolean type
built-in functions
Similar questions