We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241bd1b commit 42efb43Copy full SHA for 42efb43
1 file changed
continue-example.py
@@ -1,5 +1,5 @@
1
### continue-example.py ###
2
-#DWN / 10/30/25 #
+#The3DP: 10/30/25 #
3
#=========================#
4
5
n = 0
@@ -8,3 +8,5 @@
8
if n % 3 == 0:
9
continue
10
print(n)
11
+
12
+# Uses the 'continue' statement
0 commit comments