input() a = input() b = input() for x, y in zip(a, b): if x == y == "o": print("Lucky Turtleman") break else: print("Unlucky Turtleman")