Maximum and Minimum values for ints

159    Asked by Aashishchaursiya in SQL Server , Asked on Nov 30, -0001

 I am looking for minimum and maximum values for integers in python. For eg., in Java, we have Integer.MIN_VALUE and Integer.MAX_VALUE. Is there something like this in python?

Answered by Abhishek Shukla

Your Answer

Interviews

Parent Categories