(timjeffery44)

Race #43

View Pit Stop page for race #43 by timjeffery44Ghost race

View profile for (timjeffery44)

Official speed 57.20 wpm (31.89 seconds elapsed during race)
Race Start May 11, 2019 4:22:23pm UTC
Race Finish May 11, 2019 4:22:55pm UTC
Outcome No win (1 of 1)
Accuracy 95.0%
Points 19.07
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)