我正在寻找python中整数的最小值和最大值。例如,在Java中,我们有Integer.MIN_VALUE和Integer.MAX_VALUE。python中是否有类似的东西?
Integer.MIN_VALUE
Integer.MAX_VALUE
答案在这里