Primes whose first and last number is 3: Difference between revisions

Content added Content deleted
(Added Easylang)
 
Line 409: Line 409:
p = 2
p = 2
repeat
repeat
p = nextprim p
if digok p = 1
if digok p = 1
write p & " "
write p & " "
.
.
p = nextprim p
until p >= 4000
until p >= 4000
.
.