题解 | #游乐园的门票#

游乐园的门票

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

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

相关推荐

10-21 23:48
蚌埠坦克学院
csgq:可能没hc了 昨天一面完秒挂
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务