第 3 题
运行下方代码,输入 52 ,输出结果为?
- height = int(input())
- if height > 100:
- print("超高层建筑")
- elif height > 50:
- print("高层建筑")
- else:
- print("中层建筑")
A.超高层建筑
B.高层建筑
C.中层建筑
D.52
运行下方代码,输入 52 ,输出结果为?
- height = int(input())
- if height > 100:
- print("超高层建筑")
- elif height > 50:
- print("高层建筑")
- else:
- print("中层建筑")
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会