Extreme primes: Difference between revisions

Content added Content deleted
Line 109: Line 109:


=={{header|Python}}==
=={{header|Python}}==
<syntaxhighlight lang="python"}""" rosettacode.org/wiki/Extreme_primes """
<syntaxhighlight lang="python">""" rosettacode.org/wiki/Extreme_primes """


from sympy import isprime, nextprime
from sympy import isprime, nextprime