This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
jack
/
cocorobolx
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
a0e4a29439
Ramas
Etiquetas
master
cocorobolx
/
skulpt
/
test
/
run
/
t143.py
t143.py
93 B
Histórico
Raw
1
2
3
4
print repr((1,2,3))
print repr([1,2,3])
print repr({1:'ok', 2:'stuff'})
print repr("weewaa")