Cuban primes: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: because why not?)
Line 871: Line 871:


tn = " cuban prime"
tn = " cuban prime"
print ("The first {}{}s:"
print ("The first {:,}{}s:".format(cutOff, tn))
.format(cutOff, tn))


c = 0
c = 0