muhammad wildan (ilyasa123)

Race #5

View Pit Stop page for race #5 by ilyasa123Ghost race

View profile for muhammad wildan (ilyasa123)

Official speed 18.15 wpm (120.99 seconds elapsed during race)
Race Start August 22, 2023 1:52:38pm UTC
Race Finish August 22, 2023 1:54:39pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 7.26
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)