Finding items not in 2 lists/dictionaries

Robin Siebler robin.siebler at palmsource.com
Thu May 1 23:33:06 EDT 2003


On page 15 of the Python Cookbook, it shows how to find all of the
common items in 2 dictionaries.  How would I find all of the items
that are *not* in both dictionaries (or lists)?




More information about the Python-list mailing list