fantastic banter (erratic_ked)

Race #13

View Pit Stop page for race #13 by erratic_kedGhost race

View profile for fantastic banter (erratic_ked)

Official speed 89.03 wpm (20.49 seconds elapsed during race)
Race Start May 27, 2017 10:05:41pm UTC
Race Finish May 27, 2017 10:06:02pm UTC
Outcome Win (1 of 2)
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)