This website works better with JavaScript
Главная
Обзор
Помощь
Вход
jack
/
cocorobolx
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
e0ea877bab
Ветки
Метки
master
cocorobolx
/
skulpt
/
test
/
run
/
t263.py
t263.py
88 B
История
Исходник
1
2
3
4
x = {"hi": "there", "yo": "I'm a dawg"}
print x.items()
print x.keys()
print x.values()