DrDomedag commited on
Commit
66dff80
·
1 Parent(s): 0298b61

Initial commit.

Browse files
Files changed (1) hide show
  1. wordgame.py +1 -1
wordgame.py CHANGED
@@ -50,4 +50,4 @@ class WordGame:
50
  return "That didn't quite hit the mark. Try again!"
51
 
52
  def update_status(self, message=""):
53
- return f'Current score: {self.points}, remaining attempts: {self.attempts}, target word: "{self.target_word}" {message}'
 
50
  return "That didn't quite hit the mark. Try again!"
51
 
52
  def update_status(self, message=""):
53
+ return f'Current score: {self.points}\nRemaining attempts: {self.attempts}\nTarget word: "{self.target_word}"\n{message}'