ShinPyro (shinpyro)

Race #1

View Pit Stop page for race #1 by shinpyroGhost race

View profile for ShinPyro (shinpyro)

Official speed 24.38 wpm (74.82 seconds elapsed during race)
Race Start June 1, 2023 1:36:10pm UTC
Race Finish June 1, 2023 1:37:25pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 8.13
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)