CalmoSoft primes: Difference between revisions

Content added Content deleted
Line 683: Line 683:
=== Stretch task ===
=== Stretch task ===
{{trans|Julia}}
{{trans|Julia}}
<syntaxhighlight lang="python">""" rosettacode.org/wiki/CalmoSoft_prime """
<syntaxhighlight lang="python">""" rosettacode.org/wiki/CalmoSoft_primes """


from sympy import isprime, primerange
from sympy import isprime, primerange