kostis (oh_yeah_go)

Race #5

View Pit Stop page for race #5 by oh_yeah_goGhost race

View profile for kostis (oh_yeah_go)

Official speed 31.86 wpm (68.93 seconds elapsed during race)
Race Start January 23, 2022 5:45:06pm UTC
Race Finish January 23, 2022 5:46:15pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 12.74
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)