You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python/10. Loops or Iterations.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 6. Loops/Iterations
1
+
# 10. Loops/Iterations
2
2
3
3
In programming, `Loops/Iteration` involves repeating a section of code. The fundamental constructs for iteration are "for" and "while" loops, enabling the execution of code repeatedly based on specific conditions.
0 commit comments