Minimum input in OR Operator?--Python
Answers
Answered by
1
Answer:
In Python 2, adding 1 to the maxint gives the highest possible long int and in Python 2.7, subtracting 1 from maxint gives the smallest possible value for an intege
Similar questions