Now that you have reviewed more transformations, you have another mission to complete.

  • For your second mission, use rotation to move the sprite to the target triangle.
  • You can solve this mission using 1 rotation command.
  • Click Run to check you solution. Then click Submit and Next.

sprite = codesters.Sprite("triangle") sprite.go_to(-150, 100) sprite.say("Start")