Factorial primes: Difference between revisions

Content added Content deleted
m (→‎{{header|Racket}}: Re-add Racket example after restoring Python)
Line 807: Line 807:


=={{header|Racket}}==
=={{header|Racket}}==
{{incorrect|Racket|"As 0! (by convention) and 1! are both 1, ignore the former and start counting from 1!", (not 2!).}}


<syntaxhighlight lang="racket">
<syntaxhighlight lang="racket">