我在python中寻找整数的最小值和最大值.例如,在Java中,我们有Integer.MIN_VALUE和Integer.MAX_VALUE.在python中有这样的东西吗?
Integer.MIN_VALUE
Integer.MAX_VALUE
python integer
我认为python中的最大整数可以通过调用获得sys.maxint.
sys.maxint
最大的是什么float或long在Python?
float
long
python int max long-integer
python ×2
int ×1
integer ×1
long-integer ×1
max ×1