. (tj44)

Race #8

View Pit Stop page for race #8 by tj44Ghost race

View profile for . (tj44)

Official speed 50.11 wpm (36.40 seconds elapsed during race)
Race Start October 6, 2019 8:28:59pm UTC
Race Finish October 6, 2019 8:29:35pm UTC
Outcome No win (1 of 1)
Accuracy 95.0%
Points 16.70
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)