inverse_fermat

Sign in to test your solution.
def inverse_fermat(a: int, n: int) -> int: #TODO return 0