Shoemaker-Levy 9 (atthetop)

Race #55

View Pit Stop page for race #55 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 58.36 wpm (31.25 seconds elapsed during race)
Race Start November 1, 2018 3:08:51am UTC
Race Finish November 1, 2018 3:09:22am UTC
Outcome No win (2 of 2)
Opponents 1. styrofoam (78.70 wpm)
Accuracy 92.0%
Points 19.45
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)