input() for i, j in zip(input(), input()): if i == "o" and j == "o": s = "L" break else: s = "Unl" print(s+"ucky Turtleman")