Untitled

From Anorexic Rhinoceros, 10 Years ago, written in Plain Text, viewed 2 times.
URL https://paste.blessuren.de/view/9543953d Embed
Download Paste or View Raw
  1. w={"http://www.googel.de":"google","http://www.heise.de":"heise","http://www.googel.de":"google"}
  2.  
  3. # key is uniq
  4. for key in w:
  5.    print "Titel: %s Key: %s" % (w[key],key)
  6.  
  7. #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"}}
  8. #for key in b:
  9. #   print key
  10.  

Reply to "Untitled"

Here you can reply to the paste above