This website works better with JavaScript
Главная
Обзор
Помощь
Вход
jack
/
cocorobolx
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
cf7f0f0a2b
Ветки
Метки
master
cocorobolx
/
skulpt
/
test
/
run
/
t305.py
t305.py
93 B
История
Исходник
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)