WARNING: This program has a bug, which means we need to fix it.

RULE: Numbers in a coordinate pair are separated by a comma.

  • Click Run and read the error message that pops up. Use it to debug the program.
  • Debug the program so that it draws a point on the stage.
  • Click Run after you make a change to test your program. If you still get an error, try again.

stage.set_background("grid") sprite = codesters.Point(50 150) sprite.set_size(3) sprite.set_color("red")