This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jack
/
cocorobolx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
64b58f30a5
Branches
Tags
master
cocorobolx
/
skulpt
/
test
/
run
/
t142.py
t142.py
89 B
Historique
Raw
1
2
3
4
print str((1,2,3))
print str([1,2,3])
print str({1:'ok', 2:'stuff'})
print str("weewaa")