1、ctrl+n新建文件,输入
a=input()
if a=="1":
print("执行随意命令")
else:
print("执行随意命令1")
2、然后,按下f5
打开命令行端口
3、最后,啊我们输入一个数字,是9,就显示相应地回复内容