第 5 步:该列表有 6 个值,索引为05 。让我们更改我们正在访问的索引。

如果将索引更改为 5 以上的数字,则会导致错误,因为列表中没有足够的值!

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

######################################################################## # PLACE LIST CREATIONS HERE # ######################################################################## stage_list = ["moon", "mars", "jupiter", "pluto", "space", "city"] ######################################################################## # PLACE ALL OTHER CODE BELOW THIS # ######################################################################## stage_image = stage_list[0] stage.set_background(stage_image)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)