Q. What is the maximum value of a Python int?

A
2^31 - 1
B
Unlimited
C
2^63 - 1
D
2^16 - 1
Solution:

Python int has no maximum value, limited only by system memory.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!