(sidd_)

Race #76

View Pit Stop page for race #76 by sidd_Ghost race

View profile for (sidd_)

Official speed 113.59 wpm (19.33 seconds elapsed during race)
Race Start January 27, 2019 11:39:54pm UTC
Race Finish January 27, 2019 11:40:14pm UTC
Outcome Win (1 of 4)
Opponents 2. delirious (83.06 wpm)
3. styrofoam (69.78 wpm)
4. hellothen (54.33 wpm)
5. poem (47.18 wpm)
Accuracy 99.0%
Points 45.44
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)