We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2526f05 commit 9d37ffaCopy full SHA for 9d37ffa
untrck.py
@@ -1,9 +1,7 @@
1
2
-# Outer loop
3
for i in range(3):
4
- # Inner loop
+
5
for j in range(3):
6
- # Perform some action
7
print(f"Outer loop: {i}, Inner loop: {j}")
8
9
-# Continue with the rest of your code
0 commit comments