asdf (spelx)

Race #21

View Pit Stop page for race #21 by spelxGhost race

View profile for asdf (spelx)

Official speed 88.60 wpm (20.59 seconds elapsed during race)
Race Start May 9, 2015 4:06:28pm UTC
Race Finish May 9, 2015 4:06:49pm UTC
Outcome Win (1 of 3)
Accuracy 73.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)