题库 信息素养大赛 题目列表 运行下方代码,输入 52 ,输出结果为?height =&...
单选题

运行下方代码,输入 52 ,输出结果为?

height = int(input())
if height > 100:
    print("超高层建筑")
elif height > 50:
    print("高层建筑")
else:
    print("中层建筑")
A.

超高层建筑

B.

高层建筑

C.

中层建筑

D.

52

题目信息
初赛 小学组 初中组
88%
正确率
0
评论
145
点击
QQ
公众号
客服
扫一扫