WARNING: This program has a syntax error, which means we need to fix it!

RULE: The number of arguments in the function call MUST match the number of parameter variables in the function definition. If there are 3 parameters in the function definition, there must be 3 arguments in the function call.

  • Click Run and read the error message.
  • Pass in a third argument value in the call line so that the turtle draws a spiral with a 100 degree angle.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE