Race Result Details |
Racer | VERISTUN FAN (poem) |
Race Number | 31 |
Date | Sun, 27 Jan 2019 23:40:41 |
Universe | code |
Speed |
47 WPM
![]() |
Accuracy | 94.6% |
Rank | 5th place (out of 4) |
Opponents | delirious (2nd place) hellothen (4th 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)
|