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