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 af978ee commit e3d2bedCopy full SHA for e3d2bed
brain_games/engine.py
@@ -20,7 +20,7 @@ def engine(GAME_TASK, get_game_data):
20
is_user_win = True
21
for _ in range(GAMES_COUNT):
22
game_question, game_answer = get_game_data()
23
- print(f'Qwestion: {game_question}')
+ print(f'Question: {game_question}')
24
user_answer = get_user_answer()
25
if user_answer == game_answer:
26
print('Correct!')
0 commit comments