题解 | #游乐园的门票#

游乐园的门票

https://www.nowcoder.com/practice/29cc8d49d7bf4197a1cdbfcee340f846

while True:
    print("Please tell me your height!\nEnter 'quit' to end the program.")
    str = input()
    if(str == 'quit'):
        break
    else:
        num = float(str)
        if(num < 1.0):
            print("Your admission cost is 0 yuan.")
        elif(num >=1.0 and num <= 1.2):
             print("Your admission cost is 80 yuan.")
        elif(num >1.2 ):
            print("Your admission cost is 150 yuan.")
全部评论

相关推荐

09-22 15:45
门头沟学院 Java
谁给娃offer我给...:我也遇到了,我说只要我通过面试我就去,实际上我根本就不会去😁
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务