摘要: 昨天的作业 1.使用while循环输入123456 8910 count = 0 while count < 10: count = count+1: if count == 7: print(' ') else: print(count) 2 使用while循环输入1234568910 count 阅读全文
posted @ 2020-04-01 19:07 Alisa77 阅读(124) 评论(0) 推荐(0)