Typhoid (typhoid)

Race #4

View Pit Stop page for race #4 by typhoidGhost race

View profile for Typhoid (typhoid)

Official speed 63.36 wpm (34.66 seconds elapsed during race)
Race Start June 8, 2025 1:59:47pm UTC
Race Finish June 8, 2025 2:00:21pm UTC
Outcome No win (2 of 2)
Accuracy 98.0%
Points 25.34
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)