Question: PYTHON 2.7 Consider the right-angle triangle pictured below. Write a Python script to compute the lengths of side a and b given the angle =
PYTHON 2.7
Consider the right-angle triangle pictured below. Write a Python script to compute the lengths of side a and b given the angle = 30 degrees and the hypotenuse (c) = 11.
hint: the math module has everything you need

Sample output
./triangle.sh 5.5 9.52627944163
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
