spondunoob (spondulix)

Race #300

View Pit Stop page for race #300 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 109.77 wpm (16.62 seconds elapsed during race)
Race Start August 2, 2019 1:44:50am UTC
Race Finish August 2, 2019 1:45:06am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 36.59
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)