This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
jack
/
cocorobolx
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
64b58f30a5
Ranting
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t305.py
t305.py
93 B
Riwayat
Mentahan
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)