警告:这个程序有一个错误,这意味着它需要修复!
规则:您必须在分配命令之前创建一个精灵。程序按顺序运行,从上到下。

  • 点击运行并阅读错误消息。
  • 修复代码的顺序,以便精灵在移动之前创建。

提示:使用codesters.Sprite移动行codesters.Sprite高于.set_speed( 1 )

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

stage.set_background("space") sprite.set_speed(1) sprite.move_up(50) sprite.move_right(75) sprite.move_left(200) sprite = codesters.Sprite("astronaut1")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)