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 07f989e commit 1792a79Copy full SHA for 1792a79
brain_games/games/prime.py
@@ -11,7 +11,6 @@ def start_game():
11
if num % i == 0:
12
total += 1
13
14
-
15
question = f'{num}'
16
if total == 2:
17
answaer = 'yes'
0 commit comments