handle gcd base case when b == 0 and improve input parsing #16270
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
maths/greatest_common_divisor.py#L29
maths/greatest_common_divisor.py:29:89: E501 Line too long (101 > 88)
|