Some user Message test won't pass

In the Build A Number Guessing Game project, some of the user prompts won’t pass the test. In particular, " If that username has been used before, it should print Welcome back, <username>! You have played <games_played> games, and your best game took <best_game> guesses. , with <username> being a users name from the database, <games_played> being the total number of games that user has played, and <best_game> being the fewest number of guesses it took that user to win the game"

When I run my script, the output looks exactly like it is supposed to look, but it won’t pass the test.

Any ideas?