欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標題:
python猜數字小程序
[打印本頁]
作者:
wcy1234
時間:
2022-5-20 16:11
標題:
python猜數字小程序
6d6e09361ec8ffefba2a49bcc2a5914.png
(25.98 KB, 下載次數: 51)
下載附件
程序
2022-5-20 16:11 上傳
作者:
wcy1234
時間:
2022-5-20 16:35
import random
answer = random.randrange(1, 20)
count = 0
while True:
count += 1
your_answer = int(input("請輸入你的答案:"))
if your_answer > answer:
print("你猜大了")
elif your_answer < answer:
print("你猜小了")
else:
print("恭喜你,猜中了")
break
if count == 3:
print("游戲結束,您未猜中")
break
歡迎光臨 (http://www.raoushi.com/bbs/)
Powered by Discuz! X3.1