STEP 2: Let’s change the stage's background from blue to black.

Symbols are important! Be sure you don't delete the quotes " " or parentheses ( ) when making changes.

In Python, anything that is in quotes is a string. A string could contain words, letters, sentences, or symbols.

  • Click into the code editor and change the color string from "blue" to "black"
  • Click Run to see the color change. Click Submit to turn in your work and Next to move on.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background_color("blue")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)