Commit ba65b060 authored by Taddeus Kroes's avatar Taddeus Kroes

41: Moved print statement to end of file.

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