摘要: class range(start, stop[, step]) For a positive step, the contents of a range r are determined by the formula r[i] = start + step*i where i >= 0 and r 阅读全文
posted @ 2022-09-19 22:23 CLAYJJ 阅读(19) 评论(0) 推荐(0) 编辑