mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
autopushed
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ def is_prime(n):
|
||||
is_prime[i*j] = False
|
||||
except IndexError:
|
||||
continue
|
||||
click.echo(f"Sieve: {is_prime}.")
|
||||
print_sieve(is_prime)
|
||||
return is_prime[n]
|
||||
|
||||
class AgoraCmd(click.Command):
|
||||
|
||||
Reference in New Issue
Block a user