aayu (aayuon60hz)

Race #2

View Pit Stop page for race #2 by aayuon60hzGhost race

View profile for aayu (aayuon60hz)

Official speed 36.39 wpm (60.35 seconds elapsed during race)
Race Start June 8, 2023 5:49:34pm UTC
Race Finish June 8, 2023 5:50:34pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 14.56
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)