Shoemaker-Levy 9 (atthetop)

Race #72

View Pit Stop page for race #72 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 63.30 wpm (34.69 seconds elapsed during race)
Race Start November 1, 2018 6:26:32pm UTC
Race Finish November 1, 2018 6:27:07pm UTC
Outcome No win (2 of 4)
Opponents 1. styrofoam (74.58 wpm)
3. uchihalol (61.27 wpm)
4. hyper_racer (36.16 wpm)
Accuracy 94.0%
Points 25.32
Text #10005 (Length: 183 characters)

class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)