Aleksa (fastenough)

Race #7

View Pit Stop page for race #7 by fastenoughGhost race

View profile for Aleksa (fastenough)

Official speed 40.59 wpm (44.94 seconds elapsed during race)
Race Start July 26, 2012 9:15:45pm UTC
Race Finish July 26, 2012 9:16:30pm UTC
Outcome No win (2 of 3)
Accuracy 87.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)