Summation of primes: Difference between revisions

→‎{{header|Python}}: Wasn't compiling – added a closing parenthesis at the end
(Summation of primes en Python)
(→‎{{header|Python}}: Wasn't compiling – added a closing parenthesis at the end)
Line 342:
suma += i
n+=1
print(suma)</lang>
{{out}}
<pre>142913828922</pre>
 
 
=={{header|Raku}}==
9,655

edits