Luis Alberto Delgado Pinto (luis_univ)

Race #44

View Pit Stop page for race #44 by luis_univGhost race

View profile for Luis Alberto Delgado Pinto (luis_univ)

Official speed 28.23 wpm (77.79 seconds elapsed during race)
Race Start October 31, 2025 3:53:05pm UTC
Race Finish October 31, 2025 3:54:23pm UTC
Outcome No win (3 of 4)
Opponents 4. nessa2 (23.32 wpm)
Accuracy 93.0%
Points 11.29
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)