Computer Science, asked by shujal16, 8 months ago

Python
A
2. What do you mean by Numeric types?
How many numeric data types does
Python provide ?
3. What will be the data types of
following two variables ?
A = 2147483647
B=A+ 1
(Hint. Carefully look the values they
are storing. You can refer to range of
Python number table.)​

Answers

Answered by AnmolJigarChawla
4

Explanation:

Numeric data types are used to store numeric values. Python provides the following numeric data types:

i) Integers

ii) Floating-Point Numbers

iii) Complex Numbers

Similar questions