摘要: python基础 一、整数 如: 18、73、84 每一个整数都具备如下功能: 1 class int(object): 2 """ 3 int(x=0) -> int or long 4 int(x, base=10) -> int or long 5 6 Convert a number or 阅读全文
posted @ 2018-04-26 11:02 jcici 阅读(317) 评论(0) 推荐(0) 编辑