上一页 1 ··· 10 11 12 13 14
摘要: print cmp(2,3) print cmp(2,2) print cmp(3,2) abs(-1) print bool(0) print bool(-1) False print bool('') False print divmod(3,2) print min([11,22,33,44]) #必须是列表 print max([11,22,33,44]... 阅读全文
posted @ 2016-01-25 11:35 fengjian1585 阅读(318) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14