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 |
---|---|---|---|---|
1528. | Ahmad (ahmad7salah) | 44.29 | 98% | 2023-10-17 |
1529. | Moaath (moaath) | 44.29 | 96% | 2024-11-27 |
1530. | Mohamed (normal_eg) | 44.28 | 95% | 2023-08-23 |
1531. | pooaa (pooaa) | 44.11 | 96% | 2024-03-08 |
1532. | Mutasim Mualimi (mutasim_2001) | 44.11 | 97% | 2023-06-12 |
1533. | Josh Stevenson (montgomerykds) | 44.11 | 93% | 2025-03-13 |
1534. | Arik (_arik) | 44.10 | 97% | 2023-06-05 |
1535. | J (geonjr) | 44.09 | — | 2011-03-18 |
1536. | Vilson (vilsonkh) | 44.08 | 97% | 2023-08-23 |
1537. | Elite (getgoodelite) | 44.08 | 98% | 2023-07-17 |
1538. | ... (smthth) | 44.07 | 98% | 2023-06-28 |
1539. | azef (azef) | 44.07 | 99% | 2024-03-22 |
1540. | monochrome (artemis_05) | 44.04 | 95% | 2021-12-23 |
1541. | muffie (mufasachan) | 44.03 | 98% | 2024-04-11 |
1542. | Rohan (rohanvaghasiya) | 44.01 | 96% | 2024-07-28 |
1543. | tom (tom12233) | 43.99 | 93.8% | 2023-10-10 |
1544. | KC (hotdogkc) | 43.90 | 92% | 2012-11-27 |
1545. | Drowning (kobisherm) | 43.88 | 98% | 2023-06-09 |
1546. | Asif (asif6777) | 43.87 | 97% | 2024-02-29 |
1547. | flying511 (flying511) | 43.84 | 93.4% | 2024-10-07 |
1548. | Riddy (songridv) | 43.83 | 93% | 2023-06-06 |
1549. | melika (thymekill) | 43.83 | 97% | 2024-04-01 |
1550. | Sourish (sourish1997) | 43.82 | 95% | 2024-03-24 |
1551. | Anže (iskric) | 43.82 | 95% | 2025-05-06 |
1552. | dimas ilham (dimass_id) | 43.81 | 95% | 2025-02-04 |
1553. | Nyarogami (nyarogami) | 43.80 | 93% | 2021-02-01 |
1554. | Rolf (epostenmin) | 43.79 | 87% | 2015-04-17 |
1555. | Bo (elitefroggy) | 43.77 | 91% | 2015-01-31 |
1556. | vivek (vc8bp) | 43.76 | 94% | 2023-12-30 |
1557. | Daulet (daukabase) | 43.76 | 95% | 2023-06-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |