Skip to content

Commit

Permalink
Update guessthenumber.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking0p authored Oct 20, 2021
1 parent 0f13928 commit 6b9b282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guessthenumber.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
''' Creating Endless Loop '''

while True:
user = input("wanna play agin then type yes else type no : \n")
user = input("wanna play again then type yes else type no : \n")
if user == "yes":
botguess = random.randint(1, 1000)
userguess = None
Expand Down

0 comments on commit 6b9b282

Please sign in to comment.