Ascending primes: Difference between revisions

Line 1,798:
</pre>
 
=={{header|Prolog}}==
<syntaxhighlight lang="prolog">
</syntaxhighlight>
=={{header|Python}}==
===Recursive solution, with a number generator and sorting of results.===
51

edits