Hello world in Pycharm | Code Pumpkin
codepumpkin.com › hello-world-in-pycharmOct 1, 2018 · Open Pycharm and click on “Create New Project” Provide the location where you want to create the project. Pycharm will find the python interpreter you have installed earlier. Right click on project name => New => Python File Give name “hello_world” and click OK Write simple program -> print (“Hello World!!!”)