WARNING: This program does not work! It has a bug, or an error, so we have to debug it!

RULE: The numbers in a coordinate pair must be separated by a comma.

  • Click Run and read the error message that pops up. Then click OK.
  • Fix the program so that the coordinate pair in the .glide_to() command has a comma between the numbers.
  • Click Run to test if you fixed the program. When it's fixed, click Submit and Next to continue.

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

sprite = codesters.Point(0, 0) sprite.set_color("green") sprite.set_size(1.5) sprite.glide_to(-6 -4)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)