This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
jack
/
cocorobolx
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Branch:
master
Branchit
Tagit
master
cocorobolx
/
python
/
skulpt
/
test
/
run
/
t305.py
t305.py
93 B
Pysyvä linkki
Historia
Raaka
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)