Skip to content

Commit 79706d0

Browse files
committed
identation.py
1 parent 1bdd696 commit 79706d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

identation.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
for i in range(5):
2+
print("Hi")
3+
print("Jenny")
4+
5+
for i in range(5):
6+
print("Hi")
7+
print("Jenny")

0 commit comments

Comments
 (0)