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 d597fdc commit 6574334Copy full SHA for 6574334
1 file changed
Doc/tutorial/controlflow.rst
@@ -214,6 +214,7 @@ iteration of the loop::
214
... print("Found an even number", num)
215
... continue
216
... print("Found an odd number", num)
217
+ ...
218
Found an even number 2
219
Found an odd number 3
220
Found an even number 4
0 commit comments