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
@@ -44,7 +44,7 @@ def is_prime(n):
|
||||
sieve[i*j] = False
|
||||
except IndexError:
|
||||
continue
|
||||
echo_sieve(sieve)
|
||||
# echo_sieve(sieve)
|
||||
return n >= 2 and sieve[n]
|
||||
|
||||
class AgoraCmd(click.Command):
|
||||
|
||||
Reference in New Issue
Block a user