警告:此程序有一个错误,需要进行调试!

规则:所有Codesters的图像标签都应当使用小写字母。

  • 点击 运行 查看控制台。是否有一只小猪的图像出现?
  • 修复程序,使精灵的图像标签 "pig" 都变成小写字母。
  • 点击 运行 以测试程序是否修复成功。如果修复成功,点击 提交 下一步。

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

stage.set_background("barn") sprite = codesters.Sprite("Pig") sprite.go_to(0, -125)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)