N = int(input()) A = input() B = input() for a, b in zip(A, B): if a==b=="o": print("Lucky Turtleman") break else: print("Unlucky Turtleman")