Let's translate our triangle in the y direction.

We must slide the triangle until it covers the target triangle.

  • Go to and drag Translate y into your program, then click Run.
  • Change the number in sprite.translate_y(50) until the triangle overlaps with the target triangle.
  • Click Submit and Next once the triangle overlaps the target.

stage.set_background("grid") sprite = codesters.Sprite("triangle") sprite.set_speed(1)