This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
jack
/
cocorobolx
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
f4db1a0f2f
Ramas
Etiquetas
master
cocorobolx
/
skulpt
/
test
/
run
/
t39.py
t39.py
59 B
Histórico
Raw
1
2
3
4
5
6
X = "OK"
def test():
X = 4
print(X)
test()
print X