hw3

import turtle wn=turtle wn.bgcolor(“blue”) mary = turtle.Turtle() mary = color(“pink”) mary = shape(“bunny”) for i in [0,1,2,3,4,5,6,7,8,9,10]     mary.forward(50)     mary.left(90)

wn.exitonclick()

 

Leave a Reply

Your email address will not be published. Required fields are marked *