Race Result Details |
Racer | piimpj (pjcrowley) |
Race Number | 5 |
Date | Thu, 8 Aug 2019 23:44:47 |
Universe | code |
Speed |
46 WPM
![]() |
Accuracy | 95.4% |
Rank | 5th place (out of 6) |
Opponents | arc_sec (1st place) nikefanaccount (4th place) spondulix (2nd place) vfctyrant (3rd 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)
|