摘要: import time i = 0 num = 0 while i<= 100: num+=i i+=1 print('%d' %num) 阅读全文
posted @ 2019-03-26 22:15 不忘初心_LZY 阅读(486) 评论(0) 推荐(0) 编辑
摘要: import timecount = 0while count<10: count = count + 1 if count==7: continue print(count) 阅读全文
posted @ 2019-03-26 21:53 不忘初心_LZY 阅读(148) 评论(0) 推荐(0) 编辑