# Exercise 5 on "How to think like a computer scientist", ch. 11. import turtle t = turtle.Turtle() # Use t.up(), t.down() and t.goto(x, y) # Put your code here ... # wait turtle.Screen().exitonclick()