Hello World!!
Let's start making the first Python project on your machine!
Step 1) Open PyCharm Editor. You can see the introductory screen for PyCharm, click on “Create New Project”.
Step 2) You will need to select a location.
You can select the location where you want the project to be created.
Next, click the “Create” Button.
Step 3) Now Go up to the “File” menu and select “New”. Next, select “Python File”.
Step 4) A new pop-up will appear. Now type the name of the file you want (Here we give “HelloWorld!”) and hit “OK”.
Step 5) Now type a simple program - print (‘Hello World!’).
Now Go up to the “Run” menu and select “Run” to run your program.
There you have it!!! Your first program in Python! Simple right? Now imagine the world of things you can do with just this information and the things you can build.
Top comments (2)
Its actually good for beginners
Thank you! Im glad it can help some!