STEP 7: We want the rectangle to use rectangle_area so that it always says the correct area.

We still need to use str() because rectangle_area is an Integer Variable, so we can't just add it to the string.

  • In the .say() command, change 200 to rectangle_area, inside str().

# THIS ACTIVITY IS IN PREVIEW ONLY MODE