回答編集履歴
1
update
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
> 何重にもネストされたfor文をPythonicに書く方法を探しています
|
2
|
+
|
3
|
+
|
4
|
+
|
1
5
|
[`itertools.product`](https://docs.python.org/ja/3/library/itertools.html#itertools.product)を使うと多重forループを単一forループに統合できます。
|
2
6
|
|
3
7
|
|