ProRick2358Y (prysp)

Race #28

View Pit Stop page for race #28 by pryspGhost race

View profile for ProRick2358Y (prysp)

Official speed 44.49 wpm (49.36 seconds elapsed during race)
Race Start July 8, 2025 9:02:08am UTC
Race Finish July 8, 2025 9:02:57am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 17.80
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)