spondunoob (spondulix)

Race #401

View Pit Stop page for race #401 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 89.69 wpm (20.34 seconds elapsed during race)
Race Start September 8, 2019 3:14:17pm UTC
Race Finish September 8, 2019 3:14:37pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 29.90
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)