Skip to content

Instantly share code, notes, and snippets.

View Bro92's full-sized avatar

Bro92

View GitHub Profile
@Bro92
Bro92 / fermat_checker.py
Created September 1, 2018 07:53
Simple Last Fermat Theorem Checker in python 3.7
import math
def verifica_fermat(a,b,c,n):
if n>2 and a**n + b**n == c**n:
print('Santi Numi Fermat si è sbagliato!')
else:
print('no questo non è vero')

Keybase proof

I hereby claim:

  • I am bro92 on github.
  • I am bro92 (https://keybase.io/bro92) on keybase.
  • I have a public key ASCcda3fEKbp2VurprrFLqS26QgTYswi0BUMegA_L6-11Ao

To claim this, I am signing this object: