We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35af892 commit 9fd87e6Copy full SHA for 9fd87e6
.DS_Store
6 KB
Hangman/hangman.py
@@ -148,3 +148,4 @@ def hangman(secretWord):
148
149
secretWord = chooseWord(wordlist).lower()
150
hangman(secretWord)
151
+
0 commit comments