File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Thonny IDE is easy to install as it doesn't require Python to be installed seper
23
23
1 . Download Python IDE seperately (read ** Installing Python IDE Seperately** )
24
24
2 . Download Pycharm IDE from [ here] ( https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC ) .
25
25
3 . After installation process, select ** Create new project** and select ** New > Python File** .
26
+ 4 . Save the file with the extension ** .py** .
26
27
27
28
### Installing Python IDE Seperately
28
29
@@ -32,6 +33,8 @@ You may also use Python IDLE directly instead of using above softwares.
32
33
2 . Run the installer to install the software. During installation process, check ** Add Python to environment variables** to run Python
33
34
from anywhere.
34
35
3 . Once installation is complete, you can run Python.
36
+ 4 . Select ** New > Python File** and save the file with the extension ** .py** .
37
+
35
38
36
39
### Hello World Program
37
40
You can’t perform that action at this time.
0 commit comments