This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jack
/
cocorobolx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
18546b9965
Branches
Tags
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t406.py
t406.py
86 B
Historique
Raw
1
2
3
4
5
print dict()
print dict({})
print dict({1:2,3:4})
d = {'a':"A",'b':"B"}
print dict(d)