Add goldbach_conjecture.py implementing Goldbach’s Conjecture #12845
Annotations
2 errors
|
maths/goldbach_conjecture.py#L4
maths/goldbach_conjecture.py:4:5: SIM110 Use `return all(n % i != 0 for i in range(2, int(n ** 0.5) + 1))` instead of `for` loop
|
The logs for this run have expired and are no longer available.
Loading