Skip to content

Commit

Permalink
Merge pull request #1 from utkarshkatariya/master
Browse files Browse the repository at this point in the history
improving indentation
  • Loading branch information
codeperfectplus authored Oct 28, 2022
2 parents b8994b1 + a833ad5 commit c0da400
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 c0da400

Please sign in to comment.