Skip to content

Commit c0da400

Browse files
Merge pull request #1 from utkarshkatariya/master
improving indentation
2 parents b8994b1 + a833ad5 commit c0da400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Control Flow/Else With For_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
'''
44

55
for i in range(1, 10):
6-
print(i)
6+
print(i)
77
else:
8-
print("Hello! World")
8+
print("Hello! World")

0 commit comments

Comments
 (0)