Summation of primes: Difference between revisions

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



=={{header|Raku}}==
=={{header|Raku}}==