190,466 views
1 vote
1 vote
In Python 3, the maximum value for an integer is 263 - 1:
True
False

User Yagnesh Bhalala
by
2.6k points

1 Answer

14 votes
14 votes

Answer:

TRUE

Step-by-step explanation:

Python 3 does not have a maximum size of int. This means that there is no maximum or minimum value of int in Python 3. We can still check the machine's word size (size of the data stored in the hardware by the processor). In Python 3, the maximum value for an integer is 263

User Americo Arvani
by
3.1k points