Update prime_sieve_eratosthenes.py #11182
Annotations
3 errors
Ruff (F821):
maths/prime_sieve_eratosthenes.py#L49
maths/prime_sieve_eratosthenes.py:49:23: F821 Undefined name `math`
|
Ruff (F821):
maths/prime_sieve_eratosthenes.py#L68
maths/prime_sieve_eratosthenes.py:68:11: F821 Undefined name `prime_sieve_eratosthenes`
|
ruff
Process completed with exit code 1.
|