回答編集履歴
1
公式ドキュメントのURLを追記
test
CHANGED
@@ -27,3 +27,7 @@
|
|
27
27
|
[1, 2, 3, 100]
|
28
28
|
|
29
29
|
```
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
詳細は、[公式ドキュメント 5.1.3. リストの内包表記](https://docs.python.org/ja/3/tutorial/datastructures.html#list-comprehensions)と[公式ドキュメント 5.5. 辞書型 (dictionary)](https://docs.python.org/ja/3/tutorial/datastructures.html#dictionaries)をお読みください。
|