题解 | #游乐园的门票#

游乐园的门票

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.')
              
全部评论

相关推荐

M_bao:换个排版吧哥们,看着费劲
点赞 评论 收藏
分享
三年之期已到我的offer快到碗里来:9硕都比不上9本
点赞 评论 收藏
分享
头像
11-26 15:46
已编辑
中南大学 后端
字节国际 电商后端 24k-35k
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务