no python interpreter configured for the project Pycharm创建第一个hello world!

python安装链接https://blog.csdn.net/Mr_Tanga/article/details/81238222

这个是python的安装,我们在本地配置之后,打开我们已经破解的pycharm

破解版的pycharm教程在https://blog.csdn.net/mr_tanga/article/details/81237317

破解完之后,我们在创建一个project

之后new 一个 python  file

点ok 创建完成!

然后输入 print('hello world!')

点一下就ok 了

如果在上面出现 

no python interpreter configured for the project

点击配置然后再选择一下编译环境就好了!

猜你喜欢

转载自blog.csdn.net/Mr_Tanga/article/details/81238071