Abdullah (infinity_divide_by_infinity)

Race #4

View Pit Stop page for race #4 by infinity_divide_by_infinityGhost race

View profile for Abdullah (infinity_divide_by_infinity)

Official speed 27.85 wpm (78.85 seconds elapsed during race)
Race Start May 23, 2023 12:08:55pm UTC
Race Finish May 23, 2023 12:10:14pm UTC
Outcome No win (3 of 3)
Opponents 1. mrbonky (59.53 wpm)
Accuracy 93.0%
Points 11.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)