Race Result Details |
| Racer | Manuel_Farfan (manu_233) |
| Race Number | 55 |
| Date | Fri, 31 Oct 2025 15:53:56 |
| Universe | code |
| Speed |
43 WPM
Try to beat?
|
| Accuracy | 92.6% |
| Rank | 2nd place (out of 4) |
| Opponents | jhosmar_mc (1st place) luis_univ (3rd place) nessa2 (4th 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)
|
