Misha (crotchmann)

Race #3

View Pit Stop page for race #3 by crotchmannGhost race

View profile for Misha (crotchmann)

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