Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Hangman.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@
# Check for no lives and exit the loop
if lives == 0:
print(f"You Loose!, you now have {lives} lives left")
print(stages[lives])
break

# for name in range(lives):
# if guess not in chosen_word:
# lives -= 1
print(lives)
print(stages[lives])
print(display)
Expand All @@ -132,5 +130,3 @@
print("You Won!")
break

# print(counter)
# print("You Won")