Race Result Details |
Racer | spondunoob (spondulix) |
Race Number | 36 |
Date | Sat, 20 Jul 2019 20:31:54 |
Universe | code |
Speed |
64 WPM
![]() |
Accuracy | 94.6% |
Rank | 4th place (out of 6) |
Opponents | hyper_racer (6th place) keegant (3rd place) mako640 (1st place) sidd_ (2nd place) storm (5th 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)
|