Explain any two data types supported by Python
Answers
Answered by
15
Answer:
Python supports three types of numeric data. Float - Float is used to store floating-point numbers like 1.9, 9.902, 15.2, etc. It is accurate upto 15 decimal points. complex - A complex number contains an ordered pair, i.e., x + iy where x and y denote the real and imaginary parts, respectively
Answered by
0
Answer:
there are three data types
....inter ( integer)
str ( string)
float
Similar questions