STEP 7: Now let's turn our second stripe into place.

  • Go to and drag out Turn Right.
  • Change the integer in the .turn_right() command to 45.
  • Click Run to see your changes and Submit and Next when you are done.

stage.set_background_color("lightblue") # sprite = codesters.Rectangle(x, y, width, height, "color") sprite = codesters.Rectangle(0, 0, 700, 100, "gold") sprite.turn_left(45) # sprite = codesters.Rectangle(x, y, width, height, "color") sprite = codesters.Rectangle(0, 0, 700, 100, "gold")