Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikpramanikgit authored Oct 28, 2024
1 parent 314269f commit 47e9895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Game_Development/Word Games with lives/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ def update_clue(guessed_letter, secret_word, clue):
print('You won! The secret word was ' + secret_word)
else:
print('You lost! The secret word was ' + secret_word)

# Coded with 💙 by Mr. Unity Buddy

0 comments on commit 47e9895

Please sign in to comment.