This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
jack
/
cocorobolx
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
64b58f30a5
Branchit
Tagit
master
cocorobolx
/
skulpt
/
test
/
run
/
t254.py
t254.py
78 B
Historia
Raaka
1
2
3
4
5
6
7
8
class X:
x = 4
x = X()
stuff = x.x
print stuff
things = X.x
print things