码迷,mamicode.com
首页 > 其他好文 > 详细

猜数小游戏

时间:2018-04-05 22:01:24      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:else   ase   小游戏   int   bigger   div   gpo   body   bre   

count=0
number=50
while count<3:
a=int(input("please send keys a math:\n"))
if a<number:
print("too sale")
elif a>number:
print("too bigger")
elif a==number:
print("good")
break
count+=1
if count==3:
b=str(input("你的机会已用完,是否继续猜数,继续猜数输入y,退出猜数请输入任意数字:\n"))
if b==‘y‘:
count=0
else:
print("good bye")
break

猜数小游戏

标签:else   ase   小游戏   int   bigger   div   gpo   body   bre   

原文地址:https://www.cnblogs.com/qtclm/p/8724315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!