Question
Write a Python function called triangle.py with three inputs and three outputs. The inputs are the lengths of the three sides of a triangle and
Write a Python function called triangle.py with three inputs and three outputs. The inputs are the lengths of the three sides of a triangle and the outputs are the angles in degrees of side opposite to the length. If the user fails to enter a value for the length of one, two or three sides, the function needs to prompts the user for the unknown lengths. For the sides of a triangle (a, b, and c), use the law of cosines to find the angles (A, B, and C).
cos() = 2+22 /2
cos() = 2+22 /2 cos() = 2+22 /2 Besides the function output, use print statements to print the sides a, b, and c and the angles in degrees A, B, and C.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started