📜  python代码示例中的max和min int

📅  最后修改于: 2022-03-11 14:46:52.839000             🧑  作者: Mango

代码示例1
max_int = pow(2, 31)-1
min_int = pow(-2, 31)