2017年8月17日
摘要: 1# range()method: range(a1,a2,b):from a1 to a2,including a1,not a2,with b as the interval; range(a): from 0 to a,successive integer,contains a numbers 阅读全文
posted @ 2017-08-17 23:27 auleon 阅读(133) 评论(0) 推荐(0) 编辑