Skip to content

Commit f840564

Browse files
authored
Update and rename 6. Loops or Iterations.md to 10. Loops or Iterations.md
1 parent 7bfc98a commit f840564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Python/6. Loops or Iterations.md renamed to Python/10. Loops or Iterations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 6. Loops/Iterations
1+
# 10. Loops/Iterations
22

33
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.
44

0 commit comments

Comments
 (0)