We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c071d92 commit f983d33Copy full SHA for f983d33
break.py
@@ -0,0 +1,5 @@
1
+for num in range(1, 10):
2
+ if num == 5:
3
+ break
4
+ print(num)
5
+
0 commit comments