Necro (necroeater)

Race #3

View Pit Stop page for race #3 by necroeaterGhost race

View profile for Necro (necroeater)

Official speed 24.32 wpm (75.00 seconds elapsed during race)
Race Start February 5, 2012 2:47:24am UTC
Race Finish February 5, 2012 2:48:39am UTC
Outcome No win (3 of 3)
Accuracy 92.0%
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)