Skip to content

Commit 8beb8c0

Browse files
committed
edit calc
1 parent 575d2e6 commit 8beb8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brain_games/scripts/brain_calc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from brain_games.cli import welcome_user
2-
from brain_games.games.calc import generate_question
2+
from brain_games.games.calc import generate_calculation
33
from brain_games.game_logic import start_game
44

55

66
def main():
77
user_name = welcome_user()
88
start_game(
99
"What is the result of the expression?",
10-
generate_question,
10+
generate_calculation,
1111
user_name
1212
)
1313

0 commit comments

Comments
 (0)