A list is a name that stores a group of values.

Let's make a list to store our weak and strong passwords.

  • Go to and drag out List of Strings. Change its name to weak_pws.
  • From , drag out another List of Strings. Change its name to strong_pws.

Just like a variable, a list's name is the orange word before the equals sign =.

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)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)