回答編集履歴

1

リンクの追加

2017/10/23 04:58

投稿

LouiS0616
LouiS0616

スコア35660

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 節のスイートを実行することなくループを終了します。