#The values method returns a list of the values in the dictionary (and itervalues #returns an iterator of the values). Unlike keys, the list returned by values may #contain duplicates:d = {}d[1] = 1d[2] = 2d[3] = 3d[4] = 1print d.values()
Name (required)
email (will not be published) (required)
Website