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 |
---|---|---|---|---|
2429. | Anup (humblehunter) | 32.00 | 94% | 2017-10-16 |
2430. | Matt (snapmaster45) | 31.96 | 91% | 2011-07-07 |
2431. | sara (catdiscducks) | 31.93 | 91% | 2017-03-28 |
2432. | Bo Cletus (bocletus) | 31.91 | 94% | 2024-10-01 |
2433. | janer (jcamann) | 31.88 | 97% | 2011-08-04 |
2434. | Henry (henrym0503) | 31.87 | 94% | 2016-05-31 |
2435. | agt2024 (agt2024) | 31.84 | 90% | 2024-08-03 |
2436. | ᗜ Plover Steno (stedno) | 31.83 | 60% | 2016-04-26 |
2437. | Samuel (tyrose7en) | 31.83 | 87% | 2012-12-10 |
2438. | Nithish (billcollector) | 31.83 | 92% | 2025-01-07 |
2439. | Till (till223) | 31.82 | 90% | 2016-07-11 |
2440. | sajad (parrasajad) | 31.76 | 96% | 2023-09-20 |
2441. | ADITYA (adityatype) | 31.73 | 95% | 2024-05-10 |
2442. | Torpong (torpong_2023) | 31.71 | 92% | 2023-07-13 |
2443. | Gabriel (gabriellima) | 31.70 | 84% | 2011-05-22 |
2444. | shiny (shinypichu88) | 31.68 | 92% | 2015-03-28 |
2445. | tstats[devbatra1000] (devba... | 31.66 | 97% | 2022-06-29 |
2446. | Jeff (charsapoo) | 31.65 | — | 2011-02-21 |
2447. | Fanor (fanor) | 31.65 | 94.7% | 2025-05-24 |
2448. | JB (karatejb) | 31.64 | 95% | 2023-10-07 |
2449. | _ (zoli_) | 31.62 | 88% | 2015-01-29 |
2450. | Rafa (techzin) | 31.62 | 79% | 2011-08-12 |
2451. | Alvin (setiadialvin) | 31.62 | 93% | 2012-12-23 |
2452. | ISU (isu_theking) | 31.62 | 91% | 2025-02-07 |
2453. | Joshua (manbearto) | 31.58 | 97% | 2023-01-03 |
2454. | Cătălin ---- music_catali... | 31.55 | 95% | 2012-12-18 |
2455. | Haik (aaaaaaack) | 31.55 | 93% | 2023-09-25 |
2456. | Oreo (oreo_123) | 31.54 | 92% | 2025-02-25 |
2457. | Ariikitty (ariikitty) | 31.52 | 95% | 2024-06-26 |
2458. | Prince kumar (ulquiorra__ci... | 31.52 | 95% | 2024-08-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |