You are on page 1of 4

1

Applications > Programing > SPE(Stani's Python Editor) >


.

.
Save . Save .py
File extension .

..

code .
1 Code . print 5
5 code . 5.
Save
Save .. code Save

02 run
.

Output 03
..
.

code .
A=10
B=15
C=A+B
print C
( 25 . .
)
.
A=5
B=2
C=(A**2)+B
print C
27

A='saman'
B='herath'
C=A+B
print C
samanherath .
(.. -
)

You might also like