How to find max and min values for ints in Python?

454    Asked by bhagwatidubey in Python , Asked on Apr 16, 2021

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 Chris EVANS

Your Answer

Interviews

Parent Categories