当输入 6 时,输出结果为 ________ ;
- x=eval(input("enter a number"))
- if x==8:
- print("red")
- elif x<6:
- print("blue")
- elif x>22:
- print("green")
- else:
- print("yellow")
当输入 8 时,输出结果为 ________ ;
else 的条件是 ___________。
当输入 6 时,输出结果为 ________ ;
- x=eval(input("enter a number"))
- if x==8:
- print("red")
- elif x<6:
- print("blue")
- elif x>22:
- print("green")
- else:
- print("yellow")
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会