home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
H4CK3R 14
/
hacker14.iso
/
programacao
/
pythonwin
/
python.exe
/
TESTCODE.PY
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-04
|
264 b
|
32 lines
import string
def f():
a = 0
b = 1
c = 2
d = 3
e = 4
g()
def g():
h()
def h():
i()
def i():
j()
def j():
k()
def k():
l()
l = lambda: test()
def test():
string.capwords(1)
f()