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 64076e3 commit 9e6afd4Copy full SHA for 9e6afd4
brain_games/games/b_gcd_logic.py
@@ -12,7 +12,7 @@ def b_gcd():
12
numbers = [a, b]
13
print('Find the greatest common divisor of given numbers.')
14
while ngin.counter < 3:
15
- gcd_question = print(f'Question: {a} {b}')
+ print(f'Question: {a} {b}')
16
answer = input('Your answer: ')
17
while b != 0:
18
if max(numbers) % min(numbers) == 0:
0 commit comments