摘要: lower = int(input("please input the lower number:")) higher = int(input("please input the higher number:")) for i in range(lower, higher+1): s = 0 for 阅读全文
posted @ 2024-05-06 15:49 飞虎就是我 阅读(79) 评论(0) 推荐(0)