This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
jack
/
cocorobolx
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
cf7f0f0a2b
Branch-ok
Tag-ek
master
cocorobolx
/
skulpt
/
test
/
run
/
t225.py
t225.py
66 B
Előzmények
Nyers
1
2
3
4
5
6
def a():
x = "OK"
print x
del x
print "after"
a()