vishE (actuallynonquitforlife)

Race #6

View Pit Stop page for race #6 by actuallynonquitforlifeGhost race

View profile for vishE (actuallynonquitforlife)

Official speed 53.26 wpm (41.23 seconds elapsed during race)
Race Start February 16, 2019 5:46:58am UTC
Race Finish February 16, 2019 5:47:40am UTC
Outcome No win (4 of 5)
Opponents 1. sidd_ (97.24 wpm)
2. arc_sec (92.09 wpm)
3. deroche1 (87.95 wpm)
Accuracy 97.0%
Points 21.30
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)