lehmer

Sign in to test your solution.
def lehmer(a: int, c: int, m: int, x_0: int) -> bool: #TODO return False