回答編集履歴

1

参考情報を追記

2018/05/26 01:40

投稿

umyu
umyu

スコア5846

test CHANGED
@@ -29,3 +29,11 @@
29
29
  print(a + '!')
30
30
 
31
31
  ```
32
+
33
+ ◇参考情報
34
+
35
+ 0. [4.6.5. タプル型 (tuple)](https://docs.python.jp/3/library/stdtypes.html#tuples)
36
+
37
+ 0. [4.10. マッピング型 — dict](https://docs.python.jp/3/library/stdtypes.html#mapping-types-dict)
38
+
39
+ 0. [8.3.2. Counter オブジェクト](https://docs.python.jp/3/library/collections.html#counter-objects)