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 |
|---|---|---|---|---|
| 1725. | JanPomelo (janpomelo) | 42.85 | 96.4% | 2023-11-21 |
| 1726. | Davis (dey1234) | 42.81 | 91% | 2015-10-19 |
| 1727. | FJ (fjra) | 42.81 | 95% | 2013-03-01 |
| 1728. | fasfasdf (frfvfrrfvffrrfv) | 42.79 | 99% | 2011-09-26 |
| 1729. | MX MECHANICAL (mx_mechanical) | 42.79 | 95% | 2024-09-06 |
| 1730. | Braden (bmende) | 42.77 | 97% | 2012-12-01 |
| 1731. | Juan (datboiathop) | 42.75 | 91% | 2023-07-11 |
| 1732. | anirudh (anirudhrata) | 42.74 | 92% | 2011-09-17 |
| 1733. | [FRLA] Frank Admirer (ciaer... | 42.74 | 95% | 2017-04-13 |
| 1734. | Kaspoonikus (kaspoonikus) | 42.74 | 94% | 2023-07-16 |
| 1735. | TypeTypeFox (alexsoldier122) | 42.73 | 93% | 2023-06-05 |
| 1736. | jht (jht0) | 42.73 | 97.6% | 2024-07-15 |
| 1737. | Ardi W Saputra (ardiwsaputra) | 42.72 | 94% | 2025-02-04 |
| 1738. | Unus (_unus) | 42.70 | 98% | 2023-07-04 |
| 1739. | Evan (navesulezed) | 42.68 | 93.4% | 2025-04-07 |
| 1740. | John (jwilander) | 42.64 | 95% | 2018-03-09 |
| 1741. | Zeus (zeusy420) | 42.63 | 92% | 2024-01-16 |
| 1742. | Rus (amortalist) | 42.63 | 96% | 2024-04-18 |
| 1743. | Galho (o_galho) | 42.59 | 94% | 2023-08-09 |
| 1744. | Alex (exela) | 42.57 | 90% | 2012-03-22 |
| 1745. | David Alanis (dalanis) | 42.57 | 97% | 2024-08-02 |
| 1746. | blaise (pprince) | 42.55 | — | 2011-03-27 |
| 1747. | 🐢 (garvint123) | 42.55 | 92% | 2020-12-11 |
| 1748. | Kane (kane_yq) | 42.55 | 93% | 2023-06-24 |
| 1749. | Philippos (patatokeftes01) | 42.47 | 95% | 2023-07-17 |
| 1750. | Yaroslav (nashivan) | 42.46 | 94% | 2025-02-11 |
| 1751. | mugurel (dobrogeanum) | 42.45 | 96% | 2015-07-11 |
| 1752. | Snackle (snackle) | 42.44 | 98% | 2024-06-28 |
| 1753. | wakwaw (wakwaw11) | 42.44 | 96.6% | 2025-01-12 |
| 1754. | Tommy (hayden7857) | 42.39 | 96% | 2024-04-02 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |