Computer Science, asked by suyashacharya120, 1 year ago

which data type of python handles number?​

Answers

Answered by gauravarduino
2

Answer:

Python Numbers

Integers can be of any length, it is only limited by the memory available. A floating point number is accurate up to 15 decimal places. Integer and floating points are separated by decimal points. 1 is integer, 1.0 is floating point number.

Answered by HARSHGODS
3

Answer:

Numeric literals ( Boolean, complex, etc)

HOPE THIS HELPS YOU

Similar questions