Calculus (uchihalol)

Race #7

View Pit Stop page for race #7 by uchihalolGhost race

View profile for Calculus (uchihalol)

Official speed 61.27 wpm (35.84 seconds elapsed during race)
Race Start November 1, 2018 6:26:32pm UTC
Race Finish November 1, 2018 6:27:08pm UTC
Outcome No win (3 of 4)
Opponents 1. styrofoam (74.58 wpm)
2. atthetop (63.30 wpm)
4. hyper_racer (36.16 wpm)
Accuracy 94.0%
Points 24.51
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)