We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c4945 commit b41931bCopy full SHA for b41931b
python-break/break_statement_introduction.py
@@ -0,0 +1,4 @@
1
+for number in range(10):
2
+ if number > 5:
3
+ break
4
+ print(number)
0 commit comments