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 98cdf9e commit cb5ea82Copy full SHA for cb5ea82
0010-For-Loops/for_loops.py
@@ -24,9 +24,9 @@
24
print("Using range() to Iterate Over Numbers - start")
25
print()
26
27
-for i in range(10):
+for i in range(10):
28
print(i) # Print 10 numbers starting from 0 (0-9)
29
30
31
print("Using range() to Iterate Over Numbers - finish")
32
-print("======================================================")
+print("======================================================")
0 commit comments