I
D
E
T
O
R
U
N
I
N
C
M
D
First Python Program
Coed: print (“My First Python Program”)
1. Write the above code in Notepad
2. Save the code with .py extension
3. Select cmd
win’s key + R  cmd
4. move to folder where u saved your program using
cd folderpath
C:Usersmano>cd c:python
5.  Python filename.py
6. Output: My First Python Program
I
N
S
T
A
L
L
I
D
L
E
CHOOSE PYTHON IDLE
H
O
W
T
O
R
U
N
R
U
N
I
N
I
D
L
E
I
N
S
T
A
L
L
P
Y
C
H
A
R
M
I
N
S
T
A
L
L
P
Y
C
H
A
R
M
R
U
N
I
N
P
Y
C
H
A
R
M
A
N
A
C
O
N
D
A
R
U
N
I
N
S
P
Y
D
E
R
R
U
N
I
N
J
U
P
Y
T
E
R

introduction to python IDE's