Computer Science, asked by sivaramkumarsivaramk, 7 months ago

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 siddhi7598
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
Math, 3 months ago