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 |
---|---|---|---|---|
1748. | dje (djebou) | 41.46 | 90% | 2011-06-15 |
1749. | Alim (astro_world_06) | 41.46 | 96% | 2024-10-02 |
1750. | Rohan (rohan43) | 41.45 | 89% | 2013-01-19 |
1751. | Jack (jx34tech) | 41.44 | 97% | 2024-05-31 |
1752. | riel (chairielazizi) | 41.43 | 97% | 2024-12-18 |
1753. | cbtis156 (cbtis156) | 41.42 | 96% | 2025-03-13 |
1754. | GordonShumway (gordon_shumway) | 41.40 | 96.4% | 2024-02-02 |
1755. | arisqwerty (arissigma) | 41.40 | 93% | 2024-12-07 |
1756. | kron (kronscripter) | 41.38 | 89% | 2023-06-01 |
1757. | MoEgypt (mohamedadel20) | 41.38 | 95% | 2024-09-12 |
1758. | Mike (mirkzzz) | 41.36 | 94% | 2023-10-24 |
1759. | urmom (str0ngz3ro) | 41.30 | 93% | 2023-10-31 |
1760. | Salam Adel (salam1800) | 41.29 | 94% | 2023-08-15 |
1761. | ehahaha (ehahaha) | 41.29 | 96% | 2024-02-02 |
1762. | naftaliHolland (naftali_hol... | 41.25 | 96% | 2024-02-26 |
1763. | Hugo (paulz_420) | 41.25 | 95% | 2025-03-18 |
1764. | (pastashapes) | 41.23 | 93% | 2019-11-16 |
1765. | Walter Camacho (waltercs07) | 41.23 | 96.4% | 2024-06-29 |
1766. | SKY (skymurdock53) | 41.19 | 93% | 2023-10-26 |
1767. | urban24 (urban24) | 41.16 | 92% | 2016-11-25 |
1768. | hack89 (hack89) | 41.16 | 97% | 2022-05-10 |
1769. | rtm (raghutjm) | 41.16 | 92% | 2023-06-03 |
1770. | Matt (tigerstyle) | 41.13 | 99% | 2023-10-04 |
1771. | Vincent (vinnvinn) | 41.13 | 94% | 2024-03-21 |
1772. | Meshach Asis (deanace) | 41.10 | 95% | 2024-11-27 |
1773. | melvin (melvink) | 41.08 | 99% | 2023-05-28 |
1774. | Vanessa (abetterplace) | 41.07 | 96% | 2018-12-15 |
1775. | Ismah (issya11) | 41.06 | 94% | 2024-02-22 |
1776. | kublaikhan (uncarvedblock) | 41.05 | 96% | 2023-07-17 |
1777. | Theo (theamplayer) | 41.04 | 95% | 2023-06-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |