#Author:LiPeijing
age_of_oldboy = 56
count = 0
while count < 3:
gess_age = int(input("guess age:"))
if gess_age == age_of_oldboy:
print("yes, you got it")
break
elif gess_age > age_of_oldboy:
print("think smaller")
else:
print("think bigger")
count += 1
else:
print("you have tired too many times..fuck off")
Copyright © 2009-2022 www.fjjierui.cn 青羊区广皓图文设计工作室(个体工商户)达州站 版权所有 蜀ICP备19037934号