View Pit Stop page for race #1 by defone — Ghost race
View profile for Operation Sindoor 🇮🇳 (defone)
| Official speed | 57.39 wpm (38.26 seconds elapsed during race) |
|---|---|
| Race Start | July 2, 2022 2:40:27pm UTC |
| Race Finish | July 2, 2022 2:41:05pm UTC |
| Outcome | Win (1 of 2) |
| Opponents |
2. royaljaat (50.31 wpm) |
| Accuracy | 94.0% |
| Points | 22.95 |
| 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) |