spondunoob (spondulix)

Race #389

View Pit Stop page for race #389 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 99.91 wpm (18.26 seconds elapsed during race)
Race Start August 28, 2019 11:53:08pm UTC
Race Finish August 28, 2019 11:53:26pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 33.30
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)