n = int(input()) a = input() b = input() ans = "Unl" if any(i == j == 'o' for i, j in zip(a, b)): ans = "L" print(ans + "ucky Turtleman")