spondunoob (spondulix)

Race #305

View Pit Stop page for race #305 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 109.94 wpm (16.59 seconds elapsed during race)
Race Start August 8, 2019 3:15:23am UTC
Race Finish August 8, 2019 3:15:40am UTC
Outcome Win (1 of 4)
Opponents 2. arc_sec (100.57 wpm)
3. lesirh (84.00 wpm)
Accuracy 99.0%
Points 36.65
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)