Race Result Details |
Racer | Emily (erh4ua) |
Race Number | 20 |
Date | Thu, 1 Oct 2015 22:14:27 |
Universe | code |
Speed |
35 WPM
![]() |
Accuracy | 83.2% |
Rank | 3rd place (out of 6) |
Opponents | richardgomes7d (2nd place) xrdmzx (6th place) yarrpirate (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)
|