大橙子网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

python循环

#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")

网站题目:python循环
分享URL:http://dzwzjz.com/article/jhehhj.html
在线咨询
服务热线
服务热线:028-86922220
TOP