题解 | #游乐园的门票#

游乐园的门票

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

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

相关推荐

不愿透露姓名的神秘牛友
07-02 17:58
点赞 评论 收藏
分享
05-13 02:01
已编辑
惠州学院 前端工程师
安静的少年在求佛:建议把公司名字写到标题。以后有人想搜就能直接搜到
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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