Which data types of Python handle Numbers?
Answers
Answered by
17
Explanation:
Python numeric data type is used to hold numeric values like;
int – holds signed integers of non-limited length.
long- holds long integers(exists in Python 2. x, deprecated in Python 3. x).
float- holds floating precision numbers and it's accurate upto 15 decimal places.
complex- holds complex numbers.
Answered by
9
Answer:
Python numeric data type is used to hold numeric values like;
(1) int – holds signed integers of non-limited length.
(2) long- holds long integers(exists in Python 2. x, deprecated in Python 3. x).
(3) float- holds floating precision numbers and it's accurate upto 15 decimal places.
(4) complex- holds complex numbers.
Explanation:
PLEASE MARK AS A BRAINLIEST AND FOLLOW ME
Similar questions
Political Science,
4 months ago
Science,
4 months ago
English,
9 months ago
Science,
9 months ago
English,
1 year ago