Skip to content

Commit

Permalink
Merge pull request AdarshAddee#7 from AdrshCode/AdrshCode-patch-1
Browse files Browse the repository at this point in the history
Create print 1 to 100 without numbers.py
  • Loading branch information
AdarshAddee committed Oct 1, 2022
2 parents 4a1ce61 + a5959c6 commit 13ac1d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Python/print 1 to 100 without numbers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# AdarshCode

for i in range(1, ord("e")):
print(i)


0 comments on commit 13ac1d6

Please sign in to comment.