python -V 查看版本显示NameError: name 'python' is not defined
你在命令行输入python,打开的交互式界面最前面就显示了版本了,3.7.1或者直接 python -V
试试输入 python -h 查一下查版本的命令