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 |
---|---|---|---|---|
2477. | CCSI (nakngteteng_69) | 31.50 | 93% | 2025-02-22 |
2478. | Odorless (odort) | 31.48 | 89% | 2021-07-04 |
2479. | Marco (md134) | 31.48 | 95% | 2024-06-25 |
2480. | Neo (jcp_cs_1) | 31.47 | 98% | 2024-02-15 |
2481. | [MG] Elienai Governador Val... | 31.46 | — | 2011-04-14 |
2482. | Noe (charl3s_) | 31.45 | 97% | 2023-07-15 |
2483. | Lucca (9fingersonly) | 31.44 | 94% | 2020-12-05 |
2484. | \/|`/'x'\`|\/ (huheho_1) | 31.41 | 92% | 2025-01-15 |
2485. | Andrea (spina2002) | 31.40 | 91% | 2023-10-02 |
2486. | AK (ak010101) | 31.40 | 94% | 2024-08-08 |
2487. | Avineet Dhami (avineet_dham... | 31.35 | 92% | 2024-09-13 |
2488. | Enoch (enochs) | 31.29 | — | 2011-02-07 |
2489. | Bruno (brumor) | 31.24 | 91.5% | 2024-11-13 |
2490. | this is my instagram: ethan... | 31.24 | 98% | 2024-12-05 |
2491. | Farah (farahidris) | 31.22 | 96% | 2023-08-15 |
2492. | Vlad Pop (sus_wus27) | 31.22 | 82% | 2023-03-09 |
2493. | Craig (ground2air) | 31.20 | — | 2011-01-28 |
2494. | Seth (sethm923) | 31.20 | 92% | 2020-11-24 |
2495. | anupam011 (anupam011) | 31.19 | 92% | 2023-07-26 |
2496. | morgan (mobiren) | 31.17 | 95% | 2023-06-02 |
2497. | -1 Speed (0001_speed) | 31.15 | 92% | 2023-09-24 |
2498. | Yashwanth (warmblanket) | 31.12 | 92% | 2024-03-28 |
2499. | African Slave (africal_slave) | 31.12 | 92.6% | 2024-04-20 |
2500. | wkn1 (wkn1) | 31.11 | 91% | 2024-11-22 |
2501. | Elisa (elisa_sf) | 31.10 | 96% | 2024-08-02 |
2502. | Adiii (adii9669) | 31.10 | 95% | 2023-07-21 |
2503. | Adry (adryghost) | 31.09 | 94% | 2024-05-02 |
2504. | Riki (schulzey) | 31.08 | 91% | 2017-02-22 |
2505. | thanh ha (hatienthanh) | 31.07 | 94% | 2023-08-30 |
2506. | JB (brightchan) | 31.06 | 96% | 2023-10-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |