Create a function called brokenKeys
what is supposed to be typed and what is actually typed, write a function that returns the broken key(s). The function looks like:
brokenKeys(correct phrase, what you actually typed)
brokenKeys("fikrcamp bootcamp", "fikrcomp boorcamp") β ["a","t"]
brokenKeys("good night", "gppd night") β ["o"]
Good Luck π