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 575d2e6 commit 8beb8c0Copy full SHA for 8beb8c0
brain_games/scripts/brain_calc.py
@@ -1,13 +1,13 @@
1
from brain_games.cli import welcome_user
2
-from brain_games.games.calc import generate_question
+from brain_games.games.calc import generate_calculation
3
from brain_games.game_logic import start_game
4
5
6
def main():
7
user_name = welcome_user()
8
start_game(
9
"What is the result of the expression?",
10
- generate_question,
+ generate_calculation,
11
user_name
12
)
13
0 commit comments