(e6f4e37l)

Race #21

View Pit Stop page for race #21 by e6f4e37lGhost race

View profile for (e6f4e37l)

Official speed 114.00 wpm (16.00 seconds elapsed during race)
Race Start July 3, 2021 9:00:52am UTC
Race Finish July 3, 2021 9:01:08am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 38.00
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)