asdf (spelx)

Race #6

View Pit Stop page for race #6 by spelxGhost race

View profile for asdf (spelx)

Official speed 56.57 wpm (32.24 seconds elapsed during race)
Race Start May 6, 2015 7:05:53pm UTC
Race Finish May 6, 2015 7:06:25pm UTC
Outcome Win (1 of 2)
Accuracy 89.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)