This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
64b58f30a5
Rami (Branch)
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t305.py
t305.py
93 B
Cronologia
Originale
1
2
3
4
5
# Test that min & max work on dicts
d = {'foo':2, 'bar':3}
print d
print min(d)
print max(d)