摘要: python2 中获取int最大值 import sys i = sys.maxint print i 但是在python3中,报错: AttributeError: module 'sys' has no attribute 'maxint' 看了官网文档后了解python3中没有maxint了, 阅读全文
posted @ 2019-02-20 11:02 虾米不怕鲨 阅读(4915) 评论(0) 推荐(0) 编辑