Race Result Details |
Racer | Wumbo (jap23) |
Race Number | 1 |
Date | Mon, 4 May 2015 18:57:16 |
Universe | code |
Speed |
51 WPM
![]() |
Accuracy | 93.8% |
Rank | 1st place (out of 2) |
Opponents | spelx (2nd place) |
Text typed:
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)
— (software)
by Mark Pilgrim
(see stats)
|