Skip to content

Commit 75c94e7

Browse files
committed
fix code smell
1 parent 25af31f commit 75c94e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

brain_games/games/b_prime_logic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def b_prime():
2222
if answer == real_answer:
2323
print('Correct!')
2424
ngin.counter += 1
25-
num = randint(1, 100)
2625
div_counter = 0
2726
else:
2827
print(

0 commit comments

Comments
 (0)