turtle dump

superpollo user at example.net
Thu Jul 16 09:07:26 EDT 2009


Peter Otten wrote:
> Tested on 2.4:
> 
> 
>>>>import turtle
>>>>turtle.reset()
>>>>for i in range(4):
> 
> ...     turtle.forward(50)
> ...     turtle.right(90)
> ...
> 
>>>>turtle._canvas.postscript(file="tmp.ps")
> 
> ''
> 
> I think the big rewrite has happened in 2.6, so the above should also work 
> in 2.3.
> 
> Peter
> 

mr otten, you are great.

bye



More information about the Python-list mailing list