Lab #5- Check Fermat

This lab, done in the python shell, checks for user inputs for the sides of a triangle and checks it it complies with the Pythagorean theorem and returns a statement on the outcome of the test. The outcome would be either the format was incorrect or that the numbers don’t work with the formula.

Lab Ect