We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e7898 commit 7fc26fbCopy full SHA for 7fc26fb
brain_games/games/brain_progression.py
@@ -32,8 +32,9 @@ def progression():
32
print('Correct!')
33
count += 1
34
else:
35
- print(f"{user_answer} is wrong answer ;(. Correct answer is {correct_answer}.")
+ print(f"{user_answer} is wrong answer ;(. Correct answer was {correct_answer}.")
36
return print(f"Let's try again, {name}!")
37
+
38
print(f'Congratulations, {name}!')
39
40
0 commit comments