This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author icedream91
Recipients icedream91
Date 2013-06-18.09:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371547507.86.0.372750088046.issue18252@psf.upfronthosting.co.za>
In-reply-to
Content
I used Python 3.3.2 to try this problem: http://projecteuler.net/problem=23 , and I got a correct answer.

When I wanted to check how long it took, I found something strange:
When I ran 23.py directly, it showed that it took about 13s. But if I use timeit module, it showed that it only took about 9s! I have tried these for some times, in both Ubuntu 12.10 and Windows 8, I don't understand why timeit will make the same code run faster.


Thanks.
History
Date User Action Args
2013-06-18 09:25:07icedream91setrecipients: + icedream91
2013-06-18 09:25:07icedream91setmessageid: <1371547507.86.0.372750088046.issue18252@psf.upfronthosting.co.za>
2013-06-18 09:25:07icedream91linkissue18252 messages
2013-06-18 09:25:07icedream91create