Text race history for parth (parthjuneja24)

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
69 2024-01-14 15:31:37 33.98 89.6%
56 2024-01-13 18:43:12 32.05 90%
47 2024-01-13 18:01:18 35.89 91.6%
39 2024-01-12 16:22:39 30.05 89.1%
5 2024-01-04 09:27:35 31.38 89.8%
3 2024-01-04 09:22:46 24.61 88.1%