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 |
---|---|---|---|---|
1727. | Leitão (leitao_feliz) | 41.53 | 96% | 2024-11-25 |
1728. | Dhia Eddine (bl1ndk) | 41.53 | 95% | 2024-07-16 |
1729. | Tino (timbsk) | 41.52 | 93% | 2022-02-13 |
1730. | s (wannamary) | 41.52 | 93% | 2024-02-20 |
1731. | 🥑 (cezeitar) | 41.51 | 95% | 2021-05-18 |
1732. | sambone (samtbone) | 41.47 | 95% | 2025-04-25 |
1733. | dje (djebou) | 41.46 | 90% | 2011-06-15 |
1734. | Alim (astro_world_06) | 41.46 | 96% | 2024-10-02 |
1735. | Rohan (rohan43) | 41.45 | 89% | 2013-01-19 |
1736. | Jack (jx34tech) | 41.44 | 97% | 2024-05-31 |
1737. | riel (chairielazizi) | 41.43 | 97% | 2024-12-18 |
1738. | cbtis156 (cbtis156) | 41.42 | 96% | 2025-03-13 |
1739. | GordonShumway (gordon_shumway) | 41.40 | 96.4% | 2024-02-02 |
1740. | arisqwerty (arissigma) | 41.40 | 93% | 2024-12-07 |
1741. | kron (kronscripter) | 41.38 | 89% | 2023-06-01 |
1742. | MoEgypt (mohamedadel20) | 41.38 | 95% | 2024-09-12 |
1743. | Mike (mirkzzz) | 41.36 | 94% | 2023-10-24 |
1744. | urmom (str0ngz3ro) | 41.30 | 93% | 2023-10-31 |
1745. | Salam Adel (salam1800) | 41.29 | 94% | 2023-08-15 |
1746. | ehahaha (ehahaha) | 41.29 | 96% | 2024-02-02 |
1747. | naftaliHolland (naftali_hol... | 41.25 | 96% | 2024-02-26 |
1748. | Hugo (paulz_420) | 41.25 | 95% | 2025-03-18 |
1749. | (pastashapes) | 41.23 | 93% | 2019-11-16 |
1750. | Walter Camacho (waltercs07) | 41.23 | 96.4% | 2024-06-29 |
1751. | SKY (skymurdock53) | 41.19 | 93% | 2023-10-26 |
1752. | urban24 (urban24) | 41.16 | 92% | 2016-11-25 |
1753. | hack89 (hack89) | 41.16 | 97% | 2022-05-10 |
1754. | rtm (raghutjm) | 41.16 | 92% | 2023-06-03 |
1755. | Matt (tigerstyle) | 41.13 | 99% | 2023-10-04 |
1756. | Vincent (vinnvinn) | 41.13 | 94% | 2024-03-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |