This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
jack
/
cocorobolx
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
a0237a966b
ブランチ
タグ
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t263.py
t263.py
88 B
履歴
Raw
1
2
3
4
x = {"hi": "there", "yo": "I'm a dawg"}
print x.items()
print x.keys()
print x.values()