Skip to content

Commit 39a94bc

Browse files
authored
Update while_loop.py
1 parent 89f8be8 commit 39a94bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorials/while.py renamed to Tutorials/while_loop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
while x < 10:
44
print(x)
55
x += 1
6-
6+

0 commit comments

Comments
 (0)