Rob (rmsare)

Race #2

View Pit Stop page for race #2 by rmsareGhost race

View profile for Rob (rmsare)

Official speed 40.09 wpm (45.50 seconds elapsed during race)
Race Start October 16, 2016 11:02:14pm UTC
Race Finish October 16, 2016 11:03:00pm UTC
Outcome Win (1 of 3)
Accuracy 96.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)