📅  最后修改于: 2022-03-11 14:46:09.442000             🧑  作者: Mango
代码示例2
import sys
MAX_INT = sys.maxsize
print(MAX_INT)
''' NOTE: value of sys.maxsize is depend on the fact that how much bit a machine is. '''