n=gets.to_i xs=gets.chomp ys=gets.chomp ans="Unlucky Turtleman" n.times{|i| ans="Lucky Turtleman" if xs[i]=="o" && ys[i]=="o" } puts ans