Benjamin (cr4shed)

Race #2

View Pit Stop page for race #2 by cr4shedGhost race

View profile for Benjamin (cr4shed)

Official speed 44.35 wpm (41.13 seconds elapsed during race)
Race Start February 5, 2012 8:26:52am UTC
Race Finish February 5, 2012 8:27:33am UTC
Outcome Win (1 of 3)
Accuracy 93.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)