回答編集履歴
1
リンクの追加
test
CHANGED
@@ -17,3 +17,9 @@
|
|
17
17
|
print(True)
|
18
18
|
|
19
19
|
```
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
[https://docs.python.jp/3/reference/compound_stmts.html#the-for-statement](https://docs.python.jp/3/reference/compound_stmts.html#the-for-statement)
|
24
|
+
|
25
|
+
> 最初のスイート内で break 文が実行されると、 else 節のスイートを実行することなくループを終了します。
|