Race Result Details |
Racer | vishE (actuallynonquitforlife) |
Race Number | 4 |
Date | Sat, 16 Feb 2019 5:43:56 |
Universe | code |
Speed |
70 WPM
![]() |
Accuracy | 97% |
Rank | 4th place (out of 6) |
Opponents | arc_sec (3rd place) deroche1 (2nd place) sidd_ (1st place) spondulix (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)
|