View Pit Stop page for race #6 by kpraj — Ghost race
| Official speed | 28.10 wpm (78.15 seconds elapsed during race) |
|---|---|
| Race Start | July 4, 2023 2:27:37am UTC |
| Race Finish | July 4, 2023 2:28:56am UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 96.0% |
| Points | 11.24 |
| Text | #10005 (Length: 183 characters) 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) |