samiraarancibia (samiraarancibia123426)

Race #62

View Pit Stop page for race #62 by samiraarancibia123426Ghost race

View profile for samiraarancibia (samiraarancibia123426)

Official speed 24.68 wpm (88.98 seconds elapsed during race)
Race Start June 5, 2025 2:52:42pm UTC
Race Finish June 5, 2025 2:54:11pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.87
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)