Skip to content

Commit

Permalink
Update Lucky number.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelahe53 committed Jul 10, 2024
1 parent 60ef215 commit 7013871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lucky number.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#UNFINISHED IT JUST PRACTICE
import random

print("If you got lucky 13 in the first try you are the luckiest person")
Expand All @@ -11,4 +12,4 @@
if number == 13:
print("You are the luckiest person on earth")
break
print("Bad luck D:")
print("Bad luck D:")

0 comments on commit 7013871

Please sign in to comment.