spondunoob (spondulix)

Race #74

View Pit Stop page for race #74 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 85.25 wpm (21.40 seconds elapsed during race)
Race Start July 22, 2019 12:41:22am UTC
Race Finish July 22, 2019 12:41:43am UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 28.42
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)