bezoutcoef

Sign in to test your solution.
def bezoutcoef(a: int, b: int) -> tuple[int, int]: #TODO return (0, 0)