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 |
---|---|---|---|---|
1883. | 3ymsdet (3ymsdet) | 40.55 | 91% | 2014-09-06 |
1884. | Einkabool (einkabool) | 40.55 | 91% | 2024-10-25 |
1885. | yong (yocha@yahoo.com) | 40.54 | — | 2011-02-12 |
1886. | laliking (laliking) | 40.53 | — | 2011-03-06 |
1887. | Afzal (afzal_ansari) | 40.50 | 94.4% | 2024-01-24 |
1888. | Hari (arroganthari) | 40.49 | 97% | 2011-07-30 |
1889. | Topac (9topac) | 40.47 | 86% | 2012-03-07 |
1890. | arif (arifardians) | 40.46 | 96.1% | 2024-10-10 |
1891. | Sid (sentrome) | 40.44 | 98% | 2023-07-13 |
1892. | Juey (spyrox) | 40.37 | 96% | 2024-07-28 |
1893. | Isaac (ctrl_sea) | 40.36 | 94% | 2023-08-11 |
1894. | Superman (supu03) | 40.34 | 96% | 2024-07-01 |
1895. | Ooo Ooo (pqosmorf) | 40.32 | 92% | 2017-08-11 |
1896. | Edu (edlofe) | 40.31 | 93% | 2023-06-20 |
1897. | . (adarshthapa) | 40.30 | 96% | 2019-12-23 |
1898. | Ian (coltrane) | 40.29 | 95% | 2012-10-30 |
1899. | Arun (arunraj) | 40.28 | 90% | 2011-06-02 |
1900. | Antonio (some1b) | 40.28 | 95% | 2023-08-02 |
1901. | Ted [Dvorak] (tedm) | 40.27 | — | 2011-02-06 |
1902. | Nathan (_ril_ey_) | 40.26 | 96% | 2024-07-26 |
1903. | anif (slow_pianist) | 40.24 | 93% | 2024-06-14 |
1904. | Jim (greekgamerjim) | 40.21 | 96% | 2023-11-13 |
1905. | Tobias (tobiasbales) | 40.17 | 94% | 2018-03-08 |
1906. | Me (atmolandermimi) | 40.17 | 98% | 2023-06-10 |
1907. | Melvin (mellikyun) | 40.14 | 94% | 2020-12-03 |
1908. | Akiraming (akiraming) | 40.14 | 96% | 2023-07-21 |
1909. | Kit (yukit123) | 40.14 | 96.5% | 2024-10-31 |
1910. | Bibek KC (bibekkc) | 40.14 | 94% | 2023-06-03 |
1911. | Gerald (gerald3901) | 40.12 | 90.5% | 2024-09-24 |
1912. | Alex (looke116) | 40.11 | 95% | 2024-06-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |