摘要: 点击查看代码 import random def guess_number_game(): number_to_guess = random.randint(0, 1000) attempts = 0 while True: try: guess = int(input("猜一个0到1000之间的数 阅读全文
posted @ 2025-04-07 18:27 栞栞 阅读(23) 评论(0) 推荐(0)