(sidd_)

Race #43

View Pit Stop page for race #43 by sidd_Ghost race

View profile for (sidd_)

Official speed 116.98 wpm (18.77 seconds elapsed during race)
Race Start January 27, 2019 10:48:52pm UTC
Race Finish January 27, 2019 10:49:11pm UTC
Outcome Win (1 of 5)
Opponents 2. delirious (79.57 wpm)
3. styrofoam (66.88 wpm)
4. poem (51.08 wpm)
5. hellothen (49.24 wpm)
Accuracy 100.0%
Points 46.79
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)