We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f8be8 commit 39a94bcCopy full SHA for 39a94bc
Tutorials/while.py renamed to Tutorials/while_loop.py
@@ -3,4 +3,4 @@
3
while x < 10:
4
print(x)
5
x += 1
6
-
+
0 commit comments