回答編集履歴
1
公式ドキュメントを追加
test
CHANGED
@@ -3,3 +3,7 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
[Pythonリスト内包表記の使い方](https://note.nkmk.me/python-list-comprehension/)をお読みください。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
公式ドキュメントでは[5.1.3. リストの内包表記](https://docs.python.org/ja/3/tutorial/datastructures.html?highlight=%E5%86%85%E5%8C%85#list-comprehensions)に書いてあります。
|