Thanks,
would be even better, if there were possibility to swich orientation with
mode(...)
https://docs.python.org/3/library/turtle.html#turtle.mode
don't know how to call this mode, maybe 'crt_style' or so?
now there are 'standard', 'logo', or custom 'world'
On Fri, Mar 13, 2015 at 5:48 PM, An
On Fri, Mar 13, 2015 at 8:52 AM, Jurgis Pralgauskis <
jurgis.pralgaus...@gmail.com> wrote:
> Hi,
>
> usually in computer graphics Y is counted to increase downwards.
> I casn do it with: setworldcoordinates(0, 400, 600, 0)
>
> but then, "right(..)" turns to the left :/
>
>
> I could swap:
> ri
The latest issue of Communications of the ACM (March 2015) has an article
titled "Python for Beginners" with a few points that surprised me.
The first thing that got my attention was the banner text "Choosing Python
is the modern equivalent of the old adage 'nobody ever got fired for
choosing IBM'
Hi,
usually in computer graphics Y is counted to increase downwards.
I casn do it with: setworldcoordinates(0, 400, 600, 0)
but then, "right(..)" turns to the left :/
I could swap:
right, left = left, right
but on errror I get a bit misleading message
>>> right()
Traceback (most recent ca