mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
autopushed
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ def is_prime(n):
|
|||||||
sieve[i*j] = False
|
sieve[i*j] = False
|
||||||
except IndexError:
|
except IndexError:
|
||||||
continue
|
continue
|
||||||
echo_sieve(sieve)
|
# echo_sieve(sieve)
|
||||||
return n >= 2 and sieve[n]
|
return n >= 2 and sieve[n]
|
||||||
|
|
||||||
class AgoraCmd(click.Command):
|
class AgoraCmd(click.Command):
|
||||||
|
|||||||
Reference in New Issue
Block a user