Green Glass Turtles

Saturday, November 06, 2004



I made this my self to start out with - Abigail

Here's the Python code - Ted


>>> import turtle as t
>>> t.reset()
>>> t.down()
>>> t.left(90)
>>> t.forward(40)
>>> t.right(90)
>>> t.forward(40)
>>> t.right(90)
>>> t.forward(40)
>>> t.right(90)
>>> t.forward(40)

2 Comments:

Post a Comment

<< Home