Skip to content

Commit

Permalink
I was just bored
Browse files Browse the repository at this point in the history
  • Loading branch information
AKA-Akhil authored Jan 10, 2024
1 parent 0b476cc commit 71819ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bored.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
for i in range(1,15):
if i%6==0:
print("KarunyaUniversity")
elif i%3==0:
print("University")
elif i%2==0:
print("Karunya")
else:
print(i)

0 comments on commit 71819ad

Please sign in to comment.