STEP 14: Let's have our triangle say a full sentence just like we did for the rectangle!

You'll combine a string and an integer again. You can use the my_rectangle.say() command as a guide.

  • Change the string in the triangle's .say() command to "My area is ".
  • After the string, use a plus sign + to add str(triangle_area).

# THIS ACTIVITY IS IN PREVIEW ONLY MODE