Try this..
list1.append((i for i in list2 if not i in list1).next())
0
solved compare two lists of strings and remove duplicates python
Try this..
list1.append((i for i in list2 if not i in list1).next())
0
solved compare two lists of strings and remove duplicates python