STEP 2: Let's start by changing our background color.

The color is a string! Strings are anything that are in quotes, and they appear green in the Codesters code editor. Quotes always come in pairs - be careful not to delete them!

  • Change the string from "blue" to "lightblue".
  • Click Run to see your changes and Submit and Next when you are done.

stage.set_background_color("blue")