(timjeffery44)

Race #2

View Pit Stop page for race #2 by timjeffery44Ghost race

View profile for (timjeffery44)

Official speed 39.69 wpm (45.96 seconds elapsed during race)
Race Start May 3, 2019 2:56:11am UTC
Race Finish May 3, 2019 2:56:57am UTC
Outcome No win (1 of 1)
Accuracy 92.0%
Points 13.23
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)