質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
print('{0}番目は{1}で{2}です'
|
22
22
|
|
23
|
-
.format(i,key,dictionary [key])
|
23
|
+
.format(i,key,dictionary [key]))
|
24
24
|
|
25
25
|
|
26
26
|
|