Text race history for harshit (harshit712)

Back to text analysis page

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)

Game Time WPM Accuracy
91 2023-07-18 17:24:26 52.66 94.1%
79 2023-07-15 15:47:39 55.63 94.6%
70 2023-07-06 11:07:06 47.37 97.5%
68 2023-05-27 06:23:31 50.02 95.9%
67 2023-05-27 06:22:10 44.27 94.7%
58 2023-04-14 19:54:59 58.35 96%
55 2023-04-14 19:51:09 48.35 94%
39 2022-03-18 17:14:03 45.28 95%