We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352d8c5 commit 26b4b87Copy full SHA for 26b4b87
Projects/Hangman_Game/ps3_hangman.py
@@ -124,7 +124,7 @@ def hangman(secretWord):
124
print('-------------')
125
print('Instruction: ')
126
print('* Please put the letter at a time!')
127
- print('* Putting correct and repeated letter not removing your hand')
+ print('* Putting correct and repeat letter are not reduce from your guess limit')
128
129
while j >= 1:
130
# if lettersGuessed == secretWord:
0 commit comments