juutiju (juutiju)

Race #3

View Pit Stop page for race #3 by juutijuGhost race

View profile for juutiju (juutiju)

Official speed 36.50 wpm (49.97 seconds elapsed during race)
Race Start October 16, 2017 2:53:38am UTC
Race Finish October 16, 2017 2:54:28am UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 12.17
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)