root/branch/twedit/importer.py
| Revision 1259, 210 bytes (checked in by mswat, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | import sys |
| 6 | |
| 7 | |
| 8 | |
| 9 | import sys |
| 10 | IMPORT |
| 11 | print "importtes sys module" |
| 12 | |
| 13 | |
| 14 | ((a+d)*b) |
| 15 | |
| 16 | def 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.
