Question: Using Python (Google Collaborate Notebook) Do the following: Define a class for a triangle. Your class should include the following Three sides as the attributes
Using Python (Google Collaborate Notebook) Do the following:

Define a class for a triangle. Your class should include the following Three sides as the attributes A method to determine the perimeter. A method to determine the area using Heron's formula. In your constructor, verify if the above three attributes are legitimate sides of a triangle. Test your class with different cases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
