(jonsport)

Race #21

View Pit Stop page for race #21 by jonsportGhost race

View profile for (jonsport)

Official speed 45.23 wpm (40.33 seconds elapsed during race)
Race Start April 8, 2020 9:30:36am UTC
Race Finish April 8, 2020 9:31:17am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 15.08
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)