Question: This is in python. Determine if three given values form a right triangle. Your script should get the measures in a single input of comma
This is in python.
Determine if three given values form a right triangle. Your script should get the measures in a single input of comma separated integers. Use the Pythagorean Theorem (a2 + b2 = c2 where a and b are the smaller sides) to determine if the 3 values make a right triangle. You should not assume that the numbers will be entered in any particular order so be careful in determining which values are the smallest.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
