Supporting Israel (zombieswap2)

Race #2

View Pit Stop page for race #2 by zombieswap2Ghost race

View profile for Supporting Israel (zombieswap2)

Official speed 47.85 wpm (45.89 seconds elapsed during race)
Race Start April 17, 2022 11:50:47am UTC
Race Finish April 17, 2022 11:51:33am UTC
Outcome No win (1 of 1)
Accuracy 94.0%
Points 19.14
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)