We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d37e9 commit 1d17414Copy full SHA for 1d17414
Python_Begginer_Projects/Intermediate/hangman.py
@@ -10,23 +10,23 @@ def display_hangman(tries):
10
------
11
| |
12
| O
13
- | /|\\
14
- | / \\
+ | /|\
15
|
16
""",
17
"""
18
19
20
21
22
- | /
+ | / \
23
24
25
26
27
28
29
- | /|
30
31
32
@@ -111,4 +111,4 @@ def play_hangman():
111
print(f"Sorry, you've run out of tries. The word was '{word}'.")
112
113
if __name__ == "__main__":
114
- play_hangman()
+ play_hangman()
0 commit comments