Computer Science, asked by vijayatiwari1984, 3 months ago

what is data types explain any two data type in python​

Answers

Answered by Anonymous
1

Explanation:

In Python, numeric data type represent the data which has numeric value. Numeric value can be integer, floating number or even complex numbers. These values are defined as int , float and complex class in Python. Integers – This value is represented by int class. Float – This value is represented by float class.

Answered by manjubadola1
2

Answer:

Ans-In Python, numeric data type represent the data which has numeric value. Numeric value can be integer, floating number or even complex numbers. These values are defined as int , float and complex class in Python. Integers – This value is represented by int class. ... Float – This value is represented by float class.

Similar questions