python遍历一个列表匹配另一个列表,Python:将一个列表中的值匹配到另一个列表中的值序列...
I have two lists.e_list = [('edward', '1.2.3.4.'), ('jane','1.2.3.4.'), ('jackie', '2.3.4.10.')...]and a_list (the main list to be checked against)a_list = [('a', '1.2.3.'), ('b', '2.3.'), ('c', '2.3....