Skip to content

Commit

Permalink
Update Guess_the_word .py
Browse files Browse the repository at this point in the history
  • Loading branch information
neverfriendme authored Oct 20, 2024
1 parent a0030ee commit 5a0a9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Files/Guess_the_word .py
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
guess = input("----------------------\n\nGuess the word! You have to use words!\n")
if guess.lower() == generate:
print(f"Correct! the word was {generate}.")
continue
else:
print(f"Wrong the word was {generate}")

0 comments on commit 5a0a9fa

Please sign in to comment.