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 |
---|---|---|---|---|
2462. | Torpong (torpong_2023) | 31.71 | 92% | 2023-07-13 |
2463. | Gabriel (gabriellima) | 31.70 | 84% | 2011-05-22 |
2464. | shiny (shinypichu88) | 31.68 | 92% | 2015-03-28 |
2465. | tstats[devbatra1000] (devba... | 31.66 | 97% | 2022-06-29 |
2466. | Jeff (charsapoo) | 31.65 | — | 2011-02-21 |
2467. | Fanor (fanor) | 31.65 | 94.7% | 2025-05-24 |
2468. | JB (karatejb) | 31.64 | 95% | 2023-10-07 |
2469. | _ (zoli_) | 31.62 | 88% | 2015-01-29 |
2470. | Rafa (techzin) | 31.62 | 79% | 2011-08-12 |
2471. | Alvin (setiadialvin) | 31.62 | 93% | 2012-12-23 |
2472. | ISU (isu_theking) | 31.62 | 91% | 2025-02-07 |
2473. | ethan (asdf2552) | 31.61 | 94% | 2025-06-04 |
2474. | Joshua (manbearto) | 31.58 | 97% | 2023-01-03 |
2475. | Cătălin ---- music_catali... | 31.55 | 95% | 2012-12-18 |
2476. | Haik (aaaaaaack) | 31.55 | 93% | 2023-09-25 |
2477. | Oreo (oreo_123) | 31.54 | 92% | 2025-02-25 |
2478. | Ariikitty (ariikitty) | 31.52 | 95% | 2024-06-26 |
2479. | Prince kumar (ulquiorra__ci... | 31.52 | 95% | 2024-08-28 |
2480. | ИГHAT (16ixremizov) | 31.50 | 99% | 2013-04-18 |
2481. | phoenix drago (phoenixdrago) | 31.50 | 93% | 2024-07-06 |
2482. | CCSI (nakngteteng_69) | 31.50 | 93% | 2025-02-22 |
2483. | Odorless (odort) | 31.48 | 89% | 2021-07-04 |
2484. | Marco (md134) | 31.48 | 95% | 2024-06-25 |
2485. | Neo (jcp_cs_1) | 31.47 | 98% | 2024-02-15 |
2486. | [MG] Elienai Governador Val... | 31.46 | — | 2011-04-14 |
2487. | Noe (charl3s_) | 31.45 | 97% | 2023-07-15 |
2488. | Lucca (9fingersonly) | 31.44 | 94% | 2020-12-05 |
2489. | \/|`/'x'\`|\/ (huheho_1) | 31.41 | 92% | 2025-01-15 |
2490. | Andrea (spina2002) | 31.40 | 91% | 2023-10-02 |
2491. | AK (ak010101) | 31.40 | 94% | 2024-08-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |