autopushed

This commit is contained in:
2023-10-14 21:58:55 +02:00
parent 1a2d2d48b3
commit 3542718e9f
+1
View File
@@ -18,6 +18,7 @@ def factor(n):
def echo_sieve(sieve):
for n, prime in enumerate(sieve):
if i >= 2 and prime:
if prime:
click.echo(f"[[{n}]] is prime.")