Skip to content

Commit 9d37ffa

Browse files
committed
bcvcjhdbfjwbfwe
1 parent 2526f05 commit 9d37ffa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

untrck.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
# Outer loop
32
for i in range(3):
4-
# Inner loop
3+
54
for j in range(3):
6-
# Perform some action
5+
76
print(f"Outer loop: {i}, Inner loop: {j}")
87

9-
# Continue with the rest of your code

0 commit comments

Comments
 (0)