Closed davidstanke closed 3 years ago
when the user ..gets a letter, we reply with a message "...you can have a {letter}".
..get
This is good for L but not for E. We should say "you can have an E". (Same is true for a handful of other letters.)
Modify the method Player.add_letter to be more grammatical.
Player.add_letter
when the user
..get
s a letter, we reply with a message "...you can have a {letter}".This is good for L but not for E. We should say "you can have an E". (Same is true for a handful of other letters.)
Modify the method
Player.add_letter
to be more grammatical.