n=int(input()) a=input() b=input() for i in range(n): if a[i]==b[i]=="o": print("Lucky Turtleman") exit(0) else: print("Unlucky Turtleman")