Fermat’s Last Theorem

Fermat’s last Theorem dictates that three positives cannot satisfy the equation an + bn = cn for any integer value of n greater than two.

Within python the Theorem was put to the test first by applying with “raw” inputs in the code; as shown below in the comments sector of the code.theor

The code was soon modified to accept user input after the code starts to run. The new code is shown above (The code that is not in the comment) and the results is shown below.

thoer-2