Ray (raysrlu)

Race #10

View Pit Stop page for race #10 by raysrluGhost race

View profile for Ray (raysrlu)

Official speed 35.74 wpm (51.04 seconds elapsed during race)
Race Start August 20, 2017 12:47:27pm UTC
Race Finish August 20, 2017 12:48:18pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 11.91
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)