fork(1) download
  1. import md5
  2. d,q,c=eval("'2005-05-26','10458.68',('37','-122')")
  3. h=md5.new(d+'-'+q).hexdigest()
  4. print map(lambda p,o:o+'.'+`float.fromhex('.'+p)`[2:8],(h[:16],h[16:]),c)
Success #stdin #stdout 0s 11528KB
stdin
Standard input is empty
stdout
['37.857713', '-122.544543']