def ll_insert(name, phone, head): data = {'name' : name, 'phone' : phone, "next" : head}