Skip to content

Commit

Permalink
improving indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshkatariya authored Oct 28, 2022
1 parent b8994b1 commit a833ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Control Flow/Else With For_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
'''

for i in range(1, 10):
print(i)
print(i)
else:
print("Hello! World")
print("Hello! World")

0 comments on commit a833ad5

Please sign in to comment.