Rohit Singh (himynameisrohitsingh)

Race #2

View Pit Stop page for race #2 by himynameisrohitsinghGhost race

View profile for Rohit Singh (himynameisrohitsingh)

Official speed 48.41 wpm (45.36 seconds elapsed during race)
Race Start March 30, 2019 7:14:17am UTC
Race Finish March 30, 2019 7:15:02am UTC
Outcome No win (2 of 2)
Opponents 1. bladevampirek (49.03 wpm)
Accuracy 95.0%
Points 19.36
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)