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 |
|---|---|---|---|---|
| 1524. | Iyokk (iyokk) | 45.69 | 99% | 2025-04-12 |
| 1525. | Daniel (dschonhaut) | 45.67 | 95% | 2011-06-12 |
| 1526. | Luke (superluke) | 45.67 | 96% | 2012-11-13 |
| 1527. | LTL (oneandonlyltl) | 45.64 | 94% | 2023-07-10 |
| 1528. | jack (suckyourmum2021) | 45.62 | 96% | 2023-08-10 |
| 1529. | Carlos Eduardo Amorim Silva... | 45.60 | 97% | 2023-08-06 |
| 1530. | Ramez (ramezz) | 45.60 | 96% | 2025-11-17 |
| 1531. | Awais (awais_660) | 45.53 | 93.8% | 2023-10-14 |
| 1532. | kostis (oh_yeah_go) | 45.52 | 98% | 2022-01-24 |
| 1533. | mehdi (infinit3_) | 45.51 | 96% | 2023-06-30 |
| 1534. | Tom (mbappe_07) | 45.50 | 98% | 2024-03-01 |
| 1535. | wqqe (dendy_d) | 45.50 | 96% | 2024-10-24 |
| 1536. | George (georgegrz) | 45.46 | 98% | 2025-01-17 |
| 1537. | ppbeto (ppbeto) | 45.45 | 84% | 2015-10-13 |
| 1538. | Globu (themagicglobe) | 45.45 | 91% | 2023-06-28 |
| 1539. | patevis (whimp) | 45.44 | 91% | 2023-06-17 |
| 1540. | Carson (meee42) | 45.43 | 94% | 2018-12-21 |
| 1541. | HCMUS (aphongz_) | 45.41 | 95% | 2025-07-26 |
| 1542. | Paul (iseahtnr) | 45.40 | 92% | 2012-03-15 |
| 1543. | Dan (danmece) | 45.36 | 96.4% | 2024-04-13 |
| 1544. | kl;fjsdfj (numberman) | 45.35 | 98% | 2011-10-03 |
| 1545. | Ricardo (richardgomes7d) | 45.31 | 95% | 2015-12-23 |
| 1546. | Nathan (diogenes1) | 45.31 | 94% | 2025-04-21 |
| 1547. | E (the_fast_one) | 45.27 | 96% | 2023-06-25 |
| 1548. | Benjin (benjin7) | 45.25 | 95% | 2023-08-09 |
| 1549. | Janky (jankyv8) | 45.25 | 95% | 2023-08-01 |
| 1550. | 🔻KareemHany_FreePalestin... | 45.23 | 95.1% | 2024-01-09 |
| 1551. | Sumit (sysoutme) | 45.22 | 93% | 2022-09-13 |
| 1552. | slaweq (slaweq) | 45.22 | 96.8% | 2025-05-12 |
| 1553. | Monte Carlo (polishtyper) | 45.21 | 89% | 2015-11-09 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |