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 |
---|---|---|---|---|
1529. | Elvis (krewe11a) | 44.46 | 87% | 2015-08-22 |
1530. | S2speed (s2speed) | 44.46 | 97% | 2023-12-01 |
1531. | Danny (winnie_danny) | 44.45 | 95% | 2023-08-13 |
1532. | [TR]affic Jam :D (trafficjam) | 44.43 | 89% | 2011-06-18 |
1533. | jaafar (cool6m) | 44.42 | 95% | 2023-07-23 |
1534. | Akribane (aaakribane131) | 44.40 | 94% | 2024-06-09 |
1535. | mestiri77 (sfectorian) | 44.40 | 97% | 2025-05-30 |
1536. | Iceyda (iceryda4047) | 44.37 | 89% | 2015-09-08 |
1537. | bau5 (duz108) | 44.37 | 93% | 2012-12-21 |
1538. | Aidan who just types (aidnb... | 44.34 | 93% | 2023-07-25 |
1539. | Tyr (tyr42) | 44.30 | 98% | 2013-03-09 |
1540. | Alexander (alexanderwu68) | 44.30 | 98% | 2018-05-31 |
1541. | Eesa (eesa10) | 44.29 | 98% | 2023-05-30 |
1542. | Ahmad (ahmad7salah) | 44.29 | 98% | 2023-10-17 |
1543. | Moaath (moaath) | 44.29 | 96% | 2024-11-27 |
1544. | Mohamed (normal_eg) | 44.28 | 95% | 2023-08-23 |
1545. | pooaa (pooaa) | 44.11 | 96% | 2024-03-08 |
1546. | Mutasim Mualimi (mutasim_2001) | 44.11 | 97% | 2023-06-12 |
1547. | Josh Stevenson (montgomerykds) | 44.11 | 93% | 2025-03-13 |
1548. | Arik (_arik) | 44.10 | 97% | 2023-06-05 |
1549. | J (geonjr) | 44.09 | — | 2011-03-18 |
1550. | Vilson (vilsonkh) | 44.08 | 97% | 2023-08-23 |
1551. | Elite (getgoodelite) | 44.08 | 98% | 2023-07-17 |
1552. | ... (smthth) | 44.07 | 98% | 2023-06-28 |
1553. | azef (azef) | 44.07 | 99% | 2024-03-22 |
1554. | monochrome (artemis_05) | 44.04 | 95% | 2021-12-23 |
1555. | muffie (mufasachan) | 44.03 | 98% | 2024-04-11 |
1556. | Rohan (rohanvaghasiya) | 44.01 | 96% | 2024-07-28 |
1557. | tom (tom12233) | 43.99 | 93.8% | 2023-10-10 |
1558. | KC (hotdogkc) | 43.90 | 92% | 2012-11-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |