import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")
—from Python Standard Library Book, a software by Fredrik Lundh
Active since December 5, 2009.
154 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1388. | andrew (vargonium) | 47.16 | 96% | 2013-01-09 |
1389. | mukr (heager) | 47.12 | 93% | 2013-03-27 |
1390. | Tahoonga (tahoonga) | 47.07 | 95% | 2024-02-02 |
1391. | Rondino (rondino2) | 47.06 | 93% | 2016-04-03 |
1392. | duh (maparkski) | 47.06 | 94.9% | 2025-01-12 |
1393. | playing typeracer dot com (... | 47.05 | 97% | 2021-03-31 |
1394. | Mo (medsebri) | 47.03 | 94% | 2023-07-22 |
1395. | Ciarbin (ciarbin) | 47.00 | 96% | 2023-07-22 |
1396. | I'm still sticking with Qwe... | 46.97 | 92% | 2024-07-30 |
1397. | Dipesh (kvdipesh) | 46.95 | 95% | 2023-07-18 |
1398. | Rembrandt (remgagagali727) | 46.95 | 94% | 2024-11-29 |
1399. | J Gary (jgary199) | 46.94 | 93% | 2025-06-27 |
1400. | Kailash (kailash108) | 46.90 | 98% | 2023-09-05 |
1401. | xiagox (xiagox) | 46.87 | — | 2010-12-15 |
1402. | Amine (amine237) | 46.86 | 96.5% | 2023-11-20 |
1403. | J (hellsome) | 46.81 | 99% | 2011-12-11 |
1404. | mat O (mat_o) | 46.77 | 99% | 2024-08-10 |
1405. | Avery (ketrikal) | 46.76 | 97% | 2023-12-09 |
1406. | Gabriel (neoracer) | 46.75 | 92% | 2013-12-11 |
1407. | Jospeh (joseph_blota) | 46.74 | 95% | 2023-07-20 |
1408. | Jason (tracerx) | 46.74 | 98% | 2023-07-19 |
1409. | ProRick2358Y (prysp) | 46.74 | 95% | 2025-07-07 |
1410. | forsen (forsen_twitch_tv) | 46.73 | 95% | 2024-10-12 |
1411. | Steve (weinrich) | 46.70 | 89% | 2014-08-10 |
1412. | Hu Tao (hu_tao_c6) | 46.70 | 96.2% | 2024-10-29 |
1413. | [Tr]EpicThomas (epicthomas) | 46.69 | 92% | 2012-10-18 |
1414. | Person (welcome_guest) | 46.69 | 95% | 2023-08-06 |
1415. | zop (kozarrat) | 46.68 | 94% | 2014-05-10 |
1416. | jath03 (jath03) | 46.67 | 92% | 2020-10-16 |
1417. | Adam (iadam368) | 46.66 | 95% | 2020-11-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |