Computer Science, asked by keertimp98, 1 month ago

explain different datatypes in python

Answers

Answered by sachin9715
2

Answer:

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 rkjha30Lite
2

Answer:

In Python, numeric data type represent the data which has numeric value. Numeric value can be integer, floating number or even complex numbers.

Explanation:

Hope you will like it.

Please mark me as Brainliest.

Similar questions