root/branch/twedit/importer.py

Revision 1259, 210 bytes (checked in by mswat, 2 years ago)
Line 
1
2
3
4
5import sys
6
7
8
9import sys
10IMPORT
11print "importtes sys module"
12
13
14((a+d)*b)
15
16def calculateSquare(x):
17
18
19    print "x**2=",x**2
20    for a in xrange(5):
21        print "a**2=",a**2
22    return 
Note: See TracBrowser for help on using the browser.