w={"http://www.googel.de":"google","http://www.heise.de":"heise","http://www.googel.de":"google"} # key is uniq for key in w: print "Titel: %s Key: %s" % (w[key],key) #b={"Reisepass":{"http://www.google.de":"INHALT DER SEITE"},"Fahrzeugzulassung",{"http://buerger.osnabrueck.de/public/index.php?l=172&mr=20&p=418":"INHALT VON FAHRZEUG"}} #for key in b: # print key