Tagendorr (tagendorr)

Race #4

View Pit Stop page for race #4 by tagendorrGhost race

View profile for Tagendorr (tagendorr)

Official speed 42.63 wpm (51.51 seconds elapsed during race)
Race Start September 27, 2017 2:46:52pm UTC
Race Finish September 27, 2017 2:47:44pm UTC
Outcome No win (2 of 3)
Opponents 1. callumcarmicheal (60.14 wpm)
3. crotchmann (34.09 wpm)
Accuracy 95.0%
Points 17.05
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)