(slyne)

Race #2

View Pit Stop page for race #2 by slyneGhost race

View profile for (slyne)

Official speed 82.35 wpm (22.15 seconds elapsed during race)
Race Start August 22, 2021 3:32:19am UTC
Race Finish August 22, 2021 3:32:41am UTC
Outcome No win (1 of 1)
Accuracy 95.0%
Points 27.45
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)