Skip to content

Commit 26b4b87

Browse files
authored
Update ps3_hangman.py
Line no. 127 print message change
1 parent 352d8c5 commit 26b4b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Hangman_Game/ps3_hangman.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def hangman(secretWord):
124124
print('-------------')
125125
print('Instruction: ')
126126
print('* Please put the letter at a time!')
127-
print('* Putting correct and repeated letter not removing your hand')
127+
print('* Putting correct and repeat letter are not reduce from your guess limit')
128128
print('-------------')
129129
while j >= 1:
130130
# if lettersGuessed == secretWord:

0 commit comments

Comments
 (0)