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

浙公网安备 33010602011771号