changeset 10:449e1d2e103c

#37 termination missing
author Dominic Cleal <dominic@computerkb.co.uk>
date Mon, 01 Dec 2008 12:53:02 +0000
parents ebaf68ec0784
children 0aeacd17f493
files problem37.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/problem37.py	Mon Dec 01 12:51:47 2008 +0000
+++ b/problem37.py	Mon Dec 01 12:53:02 2008 +0000
@@ -17,5 +17,5 @@
 		tr.append(i)
 		if len(tr) == 11:
 			print "Eleven found, sum = %d" % (sum(tr))
-			exit(0)
+			break