autopushed

This commit is contained in:
2023-09-24 19:03:59 +02:00
parent 1cd74ff548
commit 8fa7ebc259
+1 -1
View File
@@ -48,7 +48,7 @@ class AgoraCmd(click.Command):
""") """)
@click.command(cls=AgoraCmd) @click.command(cls=AgoraCmd)
@click.argument('n', type=click.INT) @click.option('n', type=click.INT)
def prime(n): def prime(n):
"""Simple program that factors a number using a [[Sieve of Eratosthenes]].""" """Simple program that factors a number using a [[Sieve of Eratosthenes]]."""
if is_prime(n): if is_prime(n):