Thanks, .. that was a silly mistake.
On Sun, Jul 17, 2011 at 2:56 PM, Peter Otten <__pete...@web.de> wrote:
> Surya P.K. Kasturi wrote:
>
> > I am using Think Python book, to learn python.
> > There is a module TurtleWorld that they described to draw lines <
> > http://www.greenteapress.com/thi
Surya P.K. Kasturi wrote:
> I am using Think Python book, to learn python.
> There is a module TurtleWorld that they described to draw lines <
> http://www.greenteapress.com/thinkpython/swampy/install.html>
>
> Though I could run the below code in the python shell, I couldn't do it
> through a s
I am using Think Python book, to learn python.
There is a module TurtleWorld that they described to draw lines <
http://www.greenteapress.com/thinkpython/swampy/install.html>
Though I could run the below code in the python shell, I couldn't do it
through a script file.
This is the script :
fro