Mercurial > ~astiob > upreckon > hgweb
comparison upreckon-vcs @ 64:94946bc0a3a8
Grand grand -> grand
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Wed, 22 Dec 2010 19:12:45 +0200 |
parents | 4ea7133ac25c |
children | 34ba0b353fc6 |
comparison
equal
deleted
inserted
replaced
63:fb9d0223a871 | 64:94946bc0a3a8 |
---|---|
137 if options.copyonly: | 137 if options.copyonly: |
138 sys.exit() | 138 sys.exit() |
139 | 139 |
140 if ntasks != 1: | 140 if ntasks != 1: |
141 say() | 141 say() |
142 say('Grand grand total: %g/%g weighted points; %d/%d problems solved fully' % (realscore, maxscore, nfulltasks, ntasks)) | 142 say('Grand total: %g/%g weighted points; %d/%d problems solved fully' % (realscore, maxscore, nfulltasks, ntasks)) |
143 except KeyboardInterrupt: | 143 except KeyboardInterrupt: |
144 sys.exit('Exiting due to a keyboard interrupt.') | 144 sys.exit('Exiting due to a keyboard interrupt.') |
145 | 145 |
146 if options.pause: | 146 if options.pause: |
147 say('Press any key to exit...') | 147 say('Press any key to exit...') |