Learn
First things first: let’s create a class to work with.
Instructions
1.
Create a class, Triangle
. Its __init__()
method should take self
, angle1
, angle2
, and angle3
as arguments. Make sure to set these appropriately in the body of the __init__()
method (see the Hint for more).
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.