码迷,mamicode.com
首页 > 编程语言 > 详细

Python:循环

时间:2018-05-21 16:05:45      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:lse   guess   mes   while   man   +=   else   ...   inpu   

old_boy_age=56
count=0
while count<3:
guess_old_boy_age = int(input("guess_old_boy_age"))
if guess_old_boy_age==old_boy_age:
print("yes,you got it")
break
elif guess_old_boy_age>old_boy_age:
print("no,you guess bigger")
else:
print("no,you guess smaller")
count+=1
else:
print("you have too many times...fuck off")

Python:循环

标签:lse   guess   mes   while   man   +=   else   ...   inpu   

原文地址:https://www.cnblogs.com/luckerzhang/p/9067259.html

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