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 25af31f commit 75c94e7Copy full SHA for 75c94e7
brain_games/games/b_prime_logic.py
@@ -22,7 +22,6 @@ def b_prime():
22
if answer == real_answer:
23
print('Correct!')
24
ngin.counter += 1
25
- num = randint(1, 100)
26
div_counter = 0
27
else:
28
print(
0 commit comments