Computer Science, asked by ailanoah, 8 months ago

How does python handle integer overflow?​

Answers

Answered by s1249sumana10422
2

Integer representations.

Integers are typically represented in memory as a base-2 bit pattern, and in python the built-in function bin can be used to inspect that:

If the number of bits used is fixed, the range of integers that can be represented would be fixed and can potentially overflow.

please mark me as brainlist

Similar questions