Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
Tom, the turtle
zoo = makeWorld(400, 400)
tom = makeTurtle(zoo)
for i in range(4):
tom.forward(100)
tom.turnREMOVEDft()
tom.turn(60)
for j in range(3):
tom.forward(100)
tom.penUp()
tom.forward(100)
tom.penDown()
tom.turn(120)