Skip to content

Commit 28b0c4a

Browse files
committed
302 edit game logic
1 parent 020bf6e commit 28b0c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

brain_games/game_logic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from brain_games.cli import welcome_user
22

3+
34
def start_game(description, question_func):
45
user_name = welcome_user()
56
print(description)

0 commit comments

Comments
 (0)