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 |
---|---|---|---|---|
2435. | red (red9tx) | 32.06 | 98% | 2023-06-22 |
2436. | good_bedbug (good_bedbug) | 32.06 | 96% | 2025-01-12 |
2437. | ewoke (ewoke) | 32.05 | 82% | 2015-04-29 |
2438. | swapnil singh (sws_swapnils... | 32.02 | 97% | 2023-07-09 |
2439. | Anup (humblehunter) | 32.00 | 94% | 2017-10-16 |
2440. | gaurav (typingnoob2) | 31.99 | 95% | 2023-05-28 |
2441. | Matt (snapmaster45) | 31.96 | 91% | 2011-07-07 |
2442. | sara (catdiscducks) | 31.93 | 91% | 2017-03-28 |
2443. | Bo Cletus (bocletus) | 31.91 | 94% | 2024-10-01 |
2444. | janer (jcamann) | 31.88 | 97% | 2011-08-04 |
2445. | Henry (henrym0503) | 31.87 | 94% | 2016-05-31 |
2446. | agt2024 (agt2024) | 31.84 | 90% | 2024-08-03 |
2447. | ᗜ Plover Steno (stedno) | 31.83 | 60% | 2016-04-26 |
2448. | Samuel (tyrose7en) | 31.83 | 87% | 2012-12-10 |
2449. | Nithish (billcollector) | 31.83 | 92% | 2025-01-07 |
2450. | Till (till223) | 31.82 | 90% | 2016-07-11 |
2451. | sajad (parrasajad) | 31.76 | 96% | 2023-09-20 |
2452. | ADITYA (adityatype) | 31.73 | 95% | 2024-05-10 |
2453. | Torpong (torpong_2023) | 31.71 | 92% | 2023-07-13 |
2454. | Gabriel (gabriellima) | 31.70 | 84% | 2011-05-22 |
2455. | shiny (shinypichu88) | 31.68 | 92% | 2015-03-28 |
2456. | tstats[devbatra1000] (devba... | 31.66 | 97% | 2022-06-29 |
2457. | Jeff (charsapoo) | 31.65 | — | 2011-02-21 |
2458. | Fanor (fanor) | 31.65 | 94.7% | 2025-05-24 |
2459. | JB (karatejb) | 31.64 | 95% | 2023-10-07 |
2460. | _ (zoli_) | 31.62 | 88% | 2015-01-29 |
2461. | Rafa (techzin) | 31.62 | 79% | 2011-08-12 |
2462. | Alvin (setiadialvin) | 31.62 | 93% | 2012-12-23 |
2463. | ISU (isu_theking) | 31.62 | 91% | 2025-02-07 |
2464. | ethan (asdf2552) | 31.61 | 94% | 2025-06-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |