Race Result Details |
Racer | im (aph0tic) |
Race Number | 4 |
Date | Sun, 8 Oct 2017 1:05:56 |
Universe | code |
Speed |
35 WPM
![]() |
Accuracy | 91.7% |
Rank | 2nd place (out of 3) |
Opponents | cptbbq (1st 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)
|