Relative Content

Tag Archive for pythonturtle-graphicspython-turtle

Save image with Python Turtle Graphics?

I have been trying to create and export an image with python turtle graphics, and I am using turtle.getscreen().getcanvas().postscript(name="foo.esp") to export it (found here). When I call turtle.getscreen(), then the turtle shows up on the screen, and doesn’t hide, even when I call the turtle’s hideturtle() method.

Save image with Python Turtle Graphics?

I have been trying to create and export an image with python turtle graphics, and I am using turtle.getscreen().getcanvas().postscript(name="foo.esp") to export it (found here). When I call turtle.getscreen(), then the turtle shows up on the screen, and doesn’t hide, even when I call the turtle’s hideturtle() method.

Object filling incorrectly

im doing my uni’s basic programming course and haven’t used turtle since high school and was wondering why exactly this shape is filling incorrectly? pictures are attached as to how its filling, and how it should look. code is below.

Object filling incorrectly

im doing my uni’s basic programming course and haven’t used turtle since high school and was wondering why exactly this shape is filling incorrectly? pictures are attached as to how its filling, and how it should look. code is below.

Object filling incorrectly

im doing my uni’s basic programming course and haven’t used turtle since high school and was wondering why exactly this shape is filling incorrectly? pictures are attached as to how its filling, and how it should look. code is below.