This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
3e51c5fd8e
Rami (Branch)
Tag
master
stia
cocorobolx
/
python
/
skulpt
/
test
/
run
/
t263.py
t263.py
88 B
Cronologia
Originale
1
2
3
4
x = {"hi": "there", "yo": "I'm a dawg"}
print x.items()
print x.keys()
print x.values()