Michael (mzlee)

Race #4

View Pit Stop page for race #4 by mzleeGhost race

View profile for Michael (mzlee)

Official speed 51.48 wpm (35.43 seconds elapsed during race)
Race Start January 31, 2011 6:00:11am UTC
Race Finish January 31, 2011 6:00:46am UTC
Outcome No win (1 of 1)
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)