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