hamming_afstand

Sign in to test your solution.
def hamming_afstand(v_1: str, v_2: str) -> int: #TODO return 0