View Pit Stop page for race #1 by saransh_2004 — Ghost race
View profile for Saransh (saransh_2004)
| Official speed | 26.05 wpm (84.30 seconds elapsed during race) |
|---|---|
| Race Start | June 12, 2023 6:17:54am UTC |
| Race Finish | June 12, 2023 6:19:18am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 95.0% |
| Points | 10.42 |
| 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) |