Skip to content

Commit 7fc26fb

Browse files
author
vdz
committed
fixed fails
1 parent f2e7898 commit 7fc26fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

brain_games/games/brain_progression.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ def progression():
3232
print('Correct!')
3333
count += 1
3434
else:
35-
print(f"{user_answer} is wrong answer ;(. Correct answer is {correct_answer}.")
35+
print(f"{user_answer} is wrong answer ;(. Correct answer was {correct_answer}.")
3636
return print(f"Let's try again, {name}!")
37+
3738
print(f'Congratulations, {name}!')
3839

3940

0 commit comments

Comments
 (0)