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