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 |
---|---|---|---|---|
2326. | Sai (dsairam17) | 33.54 | 89% | 2016-07-23 |
2327. | Jay (jelly_dot) | 33.54 | 98% | 2024-05-16 |
2328. | ABTech19 (abtech19) | 33.53 | 92% | 2025-03-13 |
2329. | Eric (ratedpr) | 33.52 | — | 2011-03-03 |
2330. | Anon (threetoedtoad) | 33.52 | 96% | 2023-11-17 |
2331. | E (boxofpaints) | 33.48 | 93% | 2020-12-07 |
2332. | Polytron (adiaryasuta) | 33.47 | 92% | 2024-03-21 |
2333. | TypeSquid (typesquid) | 33.46 | 93% | 2024-09-15 |
2334. | Pawornprut Siriwattanakan (... | 33.46 | 94% | 2025-05-09 |
2335. | Noiseyguest (noiseyguest) | 33.41 | 93% | 2025-04-25 |
2336. | Typemasterluka (fica030) | 33.38 | 95% | 2024-10-04 |
2337. | Dusan (dusan321) | 33.37 | 94% | 2023-10-23 |
2338. | bruh (zeloceb) | 33.36 | 96% | 2022-01-24 |
2339. | Gautam (gautamibuddha) | 33.34 | 92% | 2018-04-09 |
2340. | Duke (albinokitty) | 33.34 | 91% | 2013-04-07 |
2341. | loow (loowt) | 33.33 | 94% | 2023-08-17 |
2342. | Saurabh (saurabhjain) | 33.32 | — | 2011-04-05 |
2343. | alluka (alluka) | 33.32 | 94% | 2011-06-30 |
2344. | Ashutosh (ashu_typist) | 33.30 | 93% | 2023-07-29 |
2345. | Isak (farbror_barbro) | 33.29 | 90% | 2023-07-01 |
2346. | Irfan (irfany) | 33.29 | 93.2% | 2024-09-05 |
2347. | Modern Giraffe (moderngiraffe) | 33.27 | 94% | 2024-01-09 |
2348. | Phantend (phantend) | 33.22 | 94% | 2024-05-07 |
2349. | David (xenith) | 33.21 | 93% | 2011-05-03 |
2350. | TJ (ohqay) | 33.21 | 92.3% | 2024-12-17 |
2351. | symbolsnumbers (programmerp... | 33.17 | 93% | 2023-06-01 |
2352. | dylan (dylbear_) | 33.15 | 95% | 2024-04-13 |
2353. | karim (karimadel) | 33.14 | 93% | 2024-03-13 |
2354. | Dewangga (winasforcepta) | 33.13 | 91% | 2013-10-01 |
2355. | Paul (isea) | 33.12 | 93% | 2012-03-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |