代码如图
在运行python脚本时报出“NameError: name 'raw_input' is not defined”错误
查看当前使用的python版本
修改代码,python3不再支持raw_input,通过input来替换