702
1094
2万
管理员
import random # 生成随机数 answer = random.randint(1, 100) while True: #无限循环 # 获取用户输入 guess = int(input("请输入一个1到100之间的数字:")) # 判断玩家猜的数字是否正确、过高或过低 if guess == answer: print("恭喜你,猜对了!") break elif guess > answer: print("你猜的数字过高了,请重试。") else: print("你猜的数字过低了,请重试。")
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )
GMT+8, 2024-11-21 19:22 , Processed in 0.038608 second(s), 28 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.