回答編集履歴
1
参考情報を追記
answer
CHANGED
@@ -13,4 +13,8 @@
|
|
13
13
|
break
|
14
14
|
|
15
15
|
print(a + '!')
|
16
|
-
```
|
16
|
+
```
|
17
|
+
◇参考情報
|
18
|
+
0. [4.6.5. タプル型 (tuple)](https://docs.python.jp/3/library/stdtypes.html#tuples)
|
19
|
+
0. [4.10. マッピング型 — dict](https://docs.python.jp/3/library/stdtypes.html#mapping-types-dict)
|
20
|
+
0. [8.3.2. Counter オブジェクト](https://docs.python.jp/3/library/collections.html#counter-objects)
|