Race Result Details |
Racer | (delirious) |
Race Number | 41 |
Date | Sun, 27 Jan 2019 23:40:21 |
Universe | code |
Speed |
83 WPM
![]() |
Accuracy | 98.5% |
Rank | 2nd place (out of 4) |
Opponents | hellothen (4th place) poem (5th place) sidd_ (1st place) styrofoam (3rd 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)
|