摘要: ``` def range( args,step= 1): args = list(args) if len(args) == 2: yield args[0] while args[0] 阅读全文
posted @ 2019-08-13 19:58 oxtime 阅读(231) 评论(0) 推荐(0) 编辑