Browse Source

adding newline to verbose message

master
Raphael Roberts 7 years ago
parent
commit
c3e6876723
  1. 2
      hangman.py

2
hangman.py

@ -78,7 +78,7 @@ def filter_wordlist(input,remaining_letters,word_list):
return list(remaining_words)
PROMPT = "Enter word with '.' to represent missing letters ('/' to separate multiple words): "
PROMPT = "Enter word with '.' to represent\nmissing letters ('/' to separate multiple words): "
NEG_PROMPT = 'Enter letters which are confirmed not to occur: '
ALPHABET = set(letter for letter in alphabet)

Loading…
Cancel
Save