A list is a name that stores a group of values. We'll use a list to store the types of information users should not share.

  • Go to and drag out List of Strings.
  • Like a variable, the list's name is the word before the equals sign. Change the list's name to my_info.

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

stage.set_background("schoolhallway") sprite = codesters.Sprite("person8") stage.set_gravity(4) stage.disable_floor() sprite.set_gravity_off() sprite.go_to(0, -220) 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)