400 028 6601

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

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://www.bluegullmedia.com/article/jhehhj.html

其他资讯

让你的专属顾问为你服务

0.7074s