如果没有,那就下载一个
Python 2.7.15+ (default, Oct 7 2019, 17:39:04)
[GCC 7.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
那就说明安装没问题
那再输入:
>>>print("你好");
你好
出现如上字样
那么我们就可以开始了
原文:https://www.cnblogs.com/mu-ran-2501590635/p/11965745.html