Hello ,
following scenario

list_current = [ "welcome", "search", "done", "result"]
list_ldap = [ "welcome", "hello"]

result:

list_toadd = [ "hello"]

by words said , i want to check if list item from list_ldap exists in
list_current if not i want to add it to list_toadd.

Thanks!

D.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to