You are on page 1of 3

1

Save
All Programs >Python 3.1> IDLE(Python GUI) .

Python Shell Save File >


New Window >
.
.

Untitled 1 Text Editor


.

.
a=5
b=10
c=a+b
print (c)

Save
. File>save as>Location>File
Name.py Save . .
Save Run Run Module
Run Python Shell
Print .
Save
.

.

01
02
.

You might also like