This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
jack
/
cocorobolx
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
fa3e8f2d6e
ブランチ
タグ
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t357.py
t357.py
74 B
履歴
Raw
1
2
3
4
5
6
7
d = {1: 2, 3: 4}
d2 = dict(d)
print d
print d2
d2[4] = 6
print d
print d2