Message141610
It seems to me that right() always turns the turtle clockwise, both with the "standard" and the "logo" mode.
I agree that changing left->right and leave clockwise is better than changing clockwise->counterclockwise.
I don't think it's worth mentioning the mode here.
(On a side note: I was expecting the 'turtle' to be an instance of some Turtle class defined in the turtle module, or perhaps a singleton, but it turned out that in 'turtle.right()' turtle is the module itself. It might be better to say something like "After importing the :mod:`turtle` module, ...".) |
|
Date |
User |
Action |
Args |
2011-08-03 12:58:51 | ezio.melotti | set | recipients:
+ ezio.melotti, orsenthil, sandro.tosi, docs@python |
2011-08-03 12:58:51 | ezio.melotti | set | messageid: <1312376331.82.0.429815402498.issue12677@psf.upfronthosting.co.za> |
2011-08-03 12:58:51 | ezio.melotti | link | issue12677 messages |
2011-08-03 12:58:50 | ezio.melotti | create | |
|