Skip to content
Snippets Groups Projects
Commit ba65b060 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

41: Moved print statement to end of file.

parent 62a56d96
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,5 @@ for i in xrange(2, 10):
if n > m and is_prime(n):
m = n
print m
print m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment