This website works better with JavaScript
Главная
Обзор
Помощь
Вход
jack
/
cocorobolx
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
e0ea877bab
Ветки
Метки
master
cocorobolx
/
skulpt
/
test
/
run
/
t406.py
t406.py
86 B
История
Исходник
1
2
3
4
5
print dict()
print dict({})
print dict({1:2,3:4})
d = {'a':"A",'b':"B"}
print dict(d)