Question: Python 3 question: Fermats Last Theorem says that there are no positive integers a, b, and c such that a n + b n =
Python 3 question:
Fermats Last Theorem says that there are no positive integers a, b, and c such that an + bn = cn for any values of n greater than 2.
1. Write a function named check_fermat that takes four parametersa, b, c and nand checks to see if Fermats theorem holds. If n is greater than 2 and an + bn = cn the program should print, Holy smokes, Fermat was wrong! Otherwise the program should print, No, that doesnt work.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
