问答题

height=1.6if height <=1.4:    print('免票')
elif height>1.4 and height<=1.7:
   print('半票')else:    print('全票')
输出结果是()。

答案: (1)
半票
微信扫码免费搜题