SalmanMKC (hellothen)

Race #103

View Pit Stop page for race #103 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 60.13 wpm (36.52 seconds elapsed during race)
Race Start January 30, 2019 1:27:37pm UTC
Race Finish January 30, 2019 1:28:13pm UTC
Outcome No win (2 of 2)
Opponents 1. poem (61.79 wpm)
Accuracy 95.0%
Points 24.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)