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 |
---|---|---|---|---|
1696. | Leitão (leitao_feliz) | 41.53 | 96% | 2024-11-25 |
1697. | Dhia Eddine (bl1ndk) | 41.53 | 95% | 2024-07-16 |
1698. | Tino (timbsk) | 41.52 | 93% | 2022-02-13 |
1699. | s (wannamary) | 41.52 | 93% | 2024-02-20 |
1700. | 🥑 (cezeitar) | 41.51 | 95% | 2021-05-18 |
1701. | sambone (samtbone) | 41.47 | 95% | 2025-04-25 |
1702. | dje (djebou) | 41.46 | 90% | 2011-06-15 |
1703. | Alim (astro_world_06) | 41.46 | 96% | 2024-10-02 |
1704. | Rohan (rohan43) | 41.45 | 89% | 2013-01-19 |
1705. | Jack (jx34tech) | 41.44 | 97% | 2024-05-31 |
1706. | riel (chairielazizi) | 41.43 | 97% | 2024-12-18 |
1707. | cbtis156 (cbtis156) | 41.42 | 96% | 2025-03-13 |
1708. | GordonShumway (gordon_shumway) | 41.40 | 96.4% | 2024-02-02 |
1709. | arisqwerty (arissigma) | 41.40 | 93% | 2024-12-07 |
1710. | kron (kronscripter) | 41.38 | 89% | 2023-06-01 |
1711. | MoEgypt (mohamedadel20) | 41.38 | 95% | 2024-09-12 |
1712. | Mike (mirkzzz) | 41.36 | 94% | 2023-10-24 |
1713. | urmom (str0ngz3ro) | 41.30 | 93% | 2023-10-31 |
1714. | Salam Adel (salam1800) | 41.29 | 94% | 2023-08-15 |
1715. | ehahaha (ehahaha) | 41.29 | 96% | 2024-02-02 |
1716. | naftaliHolland (naftali_hol... | 41.25 | 96% | 2024-02-26 |
1717. | Hugo (paulz_420) | 41.25 | 95% | 2025-03-18 |
1718. | new switches (pastashapes) | 41.23 | 93% | 2019-11-16 |
1719. | Walter Camacho (waltercs07) | 41.23 | 96% | 2024-06-29 |
1720. | SKY (skymurdock53) | 41.19 | 93% | 2023-10-26 |
1721. | urban24 (urban24) | 41.16 | 92% | 2016-11-25 |
1722. | hack89 (hack89) | 41.16 | 97% | 2022-05-10 |
1723. | rtm (raghutjm) | 41.16 | 92% | 2023-06-03 |
1724. | Matt (tigerstyle) | 41.13 | 99% | 2023-10-04 |
1725. | 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 |