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 belopolsky
Recipients belopolsky, david.kwast, delroth, gpolo, gregorlingl, riq
Date 2010-10-19.21:17:08
SpamBayes Score 0.00015020503
Marked as misclassified No
Message-id <1287523029.9.0.553900263548.issue3062@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching another test that demonstrates that the speed of the turtle is different when it draws a straight line and a circle.

The output shows the time it takes to draw a line and a circle of the same length at various speed settings.

$ python3 speed_test2.py
         0: 0.01 0.02
         1: 0.96 2.25
         2: 0.67 2.24
         3: 0.32 1.81
         4: 0.25 1.39
         5: 0.27 1.89
         6: 0.15 1.44
         7: 0.12 1.53
         8: 0.10 1.69
         9: 0.10 1.73
        10: 0.08 1.64
History
Date User Action Args
2010-10-19 21:17:09belopolskysetrecipients: + belopolsky, gregorlingl, gpolo, david.kwast, delroth, riq
2010-10-19 21:17:09belopolskysetmessageid: <1287523029.9.0.553900263548.issue3062@psf.upfronthosting.co.za>
2010-10-19 21:17:08belopolskylinkissue3062 messages
2010-10-19 21:17:08belopolskycreate