Skip to content

Commit 1792a79

Browse files
update prime.py
1 parent 07f989e commit 1792a79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

brain_games/games/prime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def start_game():
1111
if num % i == 0:
1212
total += 1
1313

14-
1514
question = f'{num}'
1615
if total == 2:
1716
answaer = 'yes'

0 commit comments

Comments
 (0)