Mohamed Emad Fathy (mohamed_2004_emad)

Race #13

View Pit Stop page for race #13 by mohamed_2004_emadGhost race

View profile for Mohamed Emad Fathy (mohamed_2004_emad)

Official speed 23.88 wpm (91.96 seconds elapsed during race)
Race Start April 4, 2025 3:47:24pm UTC
Race Finish April 4, 2025 3:48:56pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 9.55
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)