摘要:
上次作业 1 1、使用while循环输入 1 2 3 4 5 6 8 9 10 2 方法一 3 count = 0 4 while count < 10: 5 count += 1 # count = count + 1 6 if count == 7: 7 print(' ') 8 else: 9 阅读全文
posted @ 2020-01-23 22:12
野狗🐶
阅读(92)
评论(0)
推荐(0)
浙公网安备 33010602011771号