摘要: import random # guess_num = random.randint(0, 20) guess_num = 11 count = 0 score = 100 while 1: count += 1 num = int(input("输入数字:")) if guess_num == n 阅读全文
posted @ 2022-01-11 21:34 andux 阅读(57) 评论(0) 推荐(0)