import sys, urllib2req = urllib2.Request("http://www.google.com")fd = urllib2.urlopen(req)print "Retrieved", fd.geturl()info = fd.info()for key, value in info.items(): print "%s = %s" % (key, value)
Name (required)
email (will not be published) (required)
Website