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

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

stage.create_grid_overlay(50, "blue") sprite = codesters.Sprite("triangle") sprite.go_to(100, 50)