Re: [Tutor] how can I exit a while loop in turtle graphics

2014-02-11 Thread Peter Otten
Ian D wrote: > I am trying to exit a while loop whilst using turtle graphics. > I don't seem to have the logic correct at all. > I have tried a few different things > > These might seem a bit illogical to you guys but to me they make some > sense, sadly > > I just don't really grasp these while

[Tutor] how can I exit a while loop in turtle graphics

2014-02-11 Thread Ian D
I am trying to exit a while loop whilst using turtle graphics. I don't seem to have the logic correct at all. I have tried a few different things These might seem a bit illogical to you guys but to me they make some sense, sadly I just don't really grasp these while loops and their usage.(obviou