bezoutcoef

Log in om je oplossingen te testen.
def bezoutcoef(a: int, b: int) -> tuple[int, int]: #TODO return (0, 0)