spondunoob (spondulix)

Race #350

View Pit Stop page for race #350 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 111.61 wpm (16.34 seconds elapsed during race)
Race Start August 15, 2019 3:29:48pm UTC
Race Finish August 15, 2019 3:30:04pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 37.20
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)