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