02 2022 档案

摘要:一、使用while循环输入 1 2 3 4 5 6 _ 7 8 9 1 count = 1 while count < 11: if count == 7: print(' ') else: print(count) count += 1 二、求1-100所以自然数之和 1 x = 1 2 s = 阅读全文
posted @ 2022-02-14 16:54 夏沫゛烟雨 阅读(22) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示