Saurabh (saurabhjain)

Race #16

View Pit Stop page for race #16 by saurabhjainGhost race

View profile for Saurabh (saurabhjain)

Official speed 35.22 wpm (51.79 seconds elapsed during race)
Race Start February 7, 2011 3:46:02pm UTC
Race Finish February 7, 2011 3:46:54pm UTC
Outcome Win (1 of 2)
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)