Skip to content

Commit

Permalink
Create print 1 to 100 without numbers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrshCode committed Oct 1, 2022
1 parent 4a1ce61 commit a5959c6
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 a5959c6

Please sign in to comment.