jath03 (jath03)

Race #1

View Pit Stop page for race #1 by jath03Ghost race

View profile for jath03 (jath03)

Official speed 38.27 wpm (47.66 seconds elapsed during race)
Race Start August 8, 2019 1:06:54am UTC
Race Finish August 8, 2019 1:07:41am UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 12.76
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)