Python中如何表示整数最大值

import sys
print(sys.maxsize)

结果为:

发布了83 篇原创文章 · 获赞 14 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/weixin_38121168/article/details/103425701