• Go to and drag out Text in Color.
  • Change its name to password. Remember, its name is the orange word before the equals sign =.

Parameters are the words and numbers between the parentheses in a command. Each parameter controls one thing about how that command is run.

  • The first parameter controls what the text says on the stage. Change the first parameter to "password".

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

stage.set_background("underwater") score = 0 score_board = codesters.Display(score) weak_pws = ["password", "password123", "hello1", "snuffles", "123456"] strong_pws = ["GgbvTa581!@", "@Mjrc0olguy!", "007jmSB0nd!", "108turt!es762", "Avv3SoMe!305"] all_pws = weak_pws + strong_pws
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)