摘要: # coding: UTF-8 import time import os,sys import random n = 0 ss = list(range(0,100)) print (ss) for i in ss: n += 1 if n % 2 == 0 : #if n % 10 ==0 : 阅读全文
posted @ 2021-05-14 14:20 chengxuyonghu 阅读(451) 评论(0) 推荐(0) 编辑