"""
emp = [] def run(first, second): front_index = 0 back_index = 0 if len(first) > len(second): front = second