STEP 2: Let's use the variables we've created for the rectangle's size.

Remember, use the names of the variables, not their values. Don't put quotes around the variable names.

  • Replace the rectangle's width parameter of 200 with the variable rectangle_width.
  • Replace the rectangle's height parameter of 125 with the variable rectangle_height.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE