kewl (hyper_racer)

Race #43

View Pit Stop page for race #43 by hyper_racerGhost race

View profile for kewl (hyper_racer)

Official speed 52.63 wpm (41.73 seconds elapsed during race)
Race Start July 20, 2019 8:22:21pm UTC
Race Finish July 20, 2019 8:23:03pm UTC
Outcome No win (3 of 3)
Opponents 1. sidd_ (110.36 wpm)
2. storm (67.03 wpm)
Accuracy 94.0%
Points 21.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)