Skip to content

Commit 60585f9

Browse files
Update P1- Getting started.md
1 parent 66b5f04 commit 60585f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

P1- Getting started.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Thonny IDE is easy to install as it doesn't require Python to be installed seper
2323
1. Download Python IDE seperately (read **Installing Python IDE Seperately**)
2424
2. Download Pycharm IDE from [here](https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC).
2525
3. After installation process, select **Create new project** and select **New > Python File**.
26+
4. Save the file with the extension **.py**.
2627

2728
### Installing Python IDE Seperately
2829

@@ -32,6 +33,8 @@ You may also use Python IDLE directly instead of using above softwares.
3233
2. Run the installer to install the software. During installation process, check **Add Python to environment variables** to run Python
3334
from anywhere.
3435
3. Once installation is complete, you can run Python.
36+
4. Select **New > Python File** and save the file with the extension **.py**.
37+
3538

3639
### Hello World Program
3740

0 commit comments

Comments
 (0)