python3 获取int最大值
摘要:
python2 中获取int最大值 import sys i = sys.maxint print i 但是在python3中,报错: AttributeError: module 'sys' has no attribute 'maxint' 看了官网文档后了解python3中没有maxint了, 阅读全文
posted @ 2017-07-05 14:41 kingofyz 阅读(44725) 评论(2) 推荐(6)
浙公网安备 33010602011771号