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 Lita.Cho
Recipients Lita.Cho, belopolsky, gregorlingl, jesstess, josiahcarlson, korka, rhettinger
Date 2014-07-31.18:32:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406831524.98.0.984757901412.issue1702036@psf.upfronthosting.co.za>
In-reply-to
Content
I also want to note that you can create duplicate turtles by using clone, and I am not sure why you would use multiple inheritance to draw more than 1 turtle running around. I didn't think turtle was meant to be used this way. In order to draw multiple turtles, I would use the clone method.

Is this to draw turtles running at the same time?
History
Date User Action Args
2014-07-31 18:32:05Lita.Chosetrecipients: + Lita.Cho, rhettinger, josiahcarlson, belopolsky, gregorlingl, korka, jesstess
2014-07-31 18:32:04Lita.Chosetmessageid: <1406831524.98.0.984757901412.issue1702036@psf.upfronthosting.co.za>
2014-07-31 18:32:04Lita.Cholinkissue1702036 messages
2014-07-31 18:32:04Lita.Chocreate