age
=
float
(
input
"请输入你的身高: "
))
if
age>
120
:
print
"温馨提示:身高大于120厘米小于150厘米,请买儿童票。身高大于150厘米,请买全票"
)
else
"身高低于120厘米,不用买票"