Palindromic primes: Difference between revisions

m
→‎{{header|REXX}}: corrected output, it was a wrong cut-n-paste from an earlier post.
m (→‎{{header|Python}}: Switched to filter)
m (→‎{{header|REXX}}: corrected output, it was a wrong cut-n-paste from an earlier post.)
Line 245:
 
=={{header|REXX}}==
{{incorrect|REXX|output says <10,000, shd be 100,000}}
<lang rexx>/*REXX program finds and displays palindromic primes for all N < 1000. */
parse arg hi cols . /*obtain optional argument from the CL.*/
Line 303 ⟶ 302:
{{out|output|text=&nbsp; when using the input of: &nbsp; &nbsp; <tt> 100000 </tt>}}
<pre>
index │ palindromic primes that are < 10100,000
───────┼───────────────────────────────────────────────────────────────────────────────────────────
1 │ 2 3 5 7 11 101 131 151 181 191