This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
taddeus
/
projecteuler
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
41: Moved print statement to end of file.
Taddeus Kroes
%!s(int64=14) %!d(string=hai) anos
pai
62a56d965f
achega
ba65b06095
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
2
1
problem41.py
+ 2
- 1
problem41.py
Ver ficheiro
@@ -22,4 +22,5 @@ for i in xrange(2, 10):
if n > m and is_prime(n):
m = n
- print m
+
+print m