Fermat’s Last Theorem

In this assignment I used Fermat’s last theorem and Python codes to check if his theorem is right or wrong. The assignment began with defining check_Fermat with a**n+b**n+c**n. In order to do that I assigned variables a,b,c and n. Then i asked the user to input or give only integer as a value for the given variables. Next, I use the if and else statements to check if the numbers selected by the user worked with the theory or not. The second part of the assignment I use my own selection of numbers to test Fermat’s theorem, and I  was able to get the result if the numbers were compatible with Fermat’s Theory.