import turtle wm = turtle.Screen() wm.bgcolor("lightgreen") tom = turtle.Turtle() # draw a tree tom.right(90) tom.forward(60) tom.left(90) tom.forward(40) tom.left(90) tom.forward(60) tom.right(90) tom.forward(120) tom.left(145) tom.forward(140) tom.right(145) tom.forward(90) tom.left(145) tom.forward(120) tom.right(145) tom.forward(60) tom.left(145) tom.forward(90) tom.left(70) tom.forward(90) tom.left(145) tom.forward(60) tom.right(145) tom.forward(120) tom.left(145) tom.forward(90) tom.right(145) tom.forward(140) tom.left(145) tom.forward(120) wm.mainloop()