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)
—from Dive Into Python, a software by Mark Pilgrim
Active since November 19, 2009.
183 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1336. | Loliass (loliass) | 41.20 | 94% | 2023-07-13 |
1337. | csati (csati) | 41.19 | 94% | 2012-09-17 |
1338. | Leon (de0hc) | 41.19 | 97% | 2018-08-01 |
1339. | john (jump2012) | 41.17 | 94% | 2012-11-12 |
1340. | Serguk (serguk) | 41.17 | 95% | 2023-02-24 |
1341. | Eugene (havlong) | 41.17 | 92.5% | 2023-11-12 |
1342. | NiB (nibb_) | 41.17 | 92% | 2023-12-27 |
1343. | Afzal (afzal_ansari) | 41.16 | 97% | 2024-02-17 |
1344. | SPEEDMANIAC (speedmaniac123) | 41.16 | 94% | 2024-09-07 |
1345. | Adocys (adocys) | 41.15 | 94% | 2024-02-27 |
1346. | Arya (ariaw100) | 41.15 | 94% | 2024-03-25 |
1347. | cole (chillnation) | 41.15 | 95% | 2023-07-11 |
1348. | Meshach Asis (deanace) | 41.13 | 94% | 2024-11-28 |
1349. | Mithril (mithrilda) | 41.12 | 96% | 2024-05-07 |
1350. | moose78 (themoose_78) | 41.12 | 92% | 2024-12-09 |
1351. | KEKEYS (kekekeke) | 41.12 | 95% | 2023-09-20 |
1352. | 2 race daily (kcqg) | 41.10 | 96% | 2017-09-18 |
1353. | Unholy (unholychalupa) | 41.10 | 95% | 2025-07-08 |
1354. | Skiken (aymen1508) | 41.09 | 94% | 2025-07-22 |
1355. | (joniboi) | 41.08 | 95% | 2017-11-13 |
1356. | Matt (m4olivei) | 41.08 | — | 2011-03-14 |
1357. | unmurderable (unmurderable) | 41.08 | 96% | 2024-02-22 |
1358. | Dark (darkknightarkham) | 41.06 | 95% | 2013-04-24 |
1359. | Hamas Egypt (mohamedadel2000) | 41.04 | 94% | 2024-10-10 |
1360. | shhkid (shkid) | 41.03 | 94% | 2023-08-15 |
1361. | Vasileios (bkontorinis) | 41.01 | — | 2011-02-25 |
1362. | Ahmed (e_elashra1) | 41.01 | 93% | 2025-08-11 |
1363. | Jawahir (jawa_481) | 41.00 | 93% | 2023-09-21 |
1364. | anurag tara (fastest_racer) | 41.00 | 96% | 2023-07-20 |
1365. | dasufuraisu (nikolastessera) | 40.96 | 95% | 2024-01-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |