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 020bf6e commit 28b0c4aCopy full SHA for 28b0c4a
brain_games/game_logic.py
@@ -1,5 +1,6 @@
1
from brain_games.cli import welcome_user
2
3
+
4
def start_game(description, question_func):
5
user_name = welcome_user()
6
print(description)
0 commit comments