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 |
---|---|---|---|---|
1822. | Sid (sentrome) | 40.44 | 98% | 2023-07-13 |
1823. | Juey (spyrox) | 40.37 | 96% | 2024-07-28 |
1824. | Isaac (ctrl_sea) | 40.36 | 94% | 2023-08-11 |
1825. | Superman (supu03) | 40.34 | 96% | 2024-07-01 |
1826. | Ooo Ooo (pqosmorf) | 40.32 | 92% | 2017-08-11 |
1827. | Edu (edlofe) | 40.31 | 93% | 2023-06-20 |
1828. | . (adarshthapa) | 40.30 | 96% | 2019-12-23 |
1829. | Ian (coltrane) | 40.29 | 95% | 2012-10-30 |
1830. | Arun (arunraj) | 40.28 | 90% | 2011-06-02 |
1831. | Antonio (some1b) | 40.28 | 95% | 2023-08-02 |
1832. | Ted [Dvorak] (tedm) | 40.27 | — | 2011-02-06 |
1833. | Nathan (_ril_ey_) | 40.26 | 96% | 2024-07-26 |
1834. | anif (slow_pianist) | 40.24 | 93% | 2024-06-14 |
1835. | Jim (greekgamerjim) | 40.21 | 96% | 2023-11-13 |
1836. | Tobias (tobiasbales) | 40.17 | 94% | 2018-03-08 |
1837. | Me (atmolandermimi) | 40.17 | 98% | 2023-06-10 |
1838. | Melvin (mellikyun) | 40.14 | 94% | 2020-12-03 |
1839. | Akiraming (akiraming) | 40.14 | 96% | 2023-07-21 |
1840. | Kit (yukit123) | 40.14 | 96.5% | 2024-10-31 |
1841. | Bibek KC (bibekkc) | 40.14 | 94% | 2023-06-03 |
1842. | Gerald (gerald3901) | 40.12 | 90.5% | 2024-09-24 |
1843. | Alex (looke116) | 40.11 | 95% | 2024-06-11 |
1844. | Manish (god_of_minds) | 40.10 | 97% | 2025-01-11 |
1845. | Bob (typeracerd) | 40.08 | 92% | 2016-04-19 |
1846. | AnsonX10 (ansonx10) | 40.08 | 93% | 2017-12-13 |
1847. | ahsan (ahsandev) | 40.08 | 94% | 2024-10-10 |
1848. | ruimebom (ruimebom) | 40.07 | 92% | 2012-09-16 |
1849. | Sarah (smm2319) | 40.07 | 97% | 2024-05-15 |
1850. | Mohamed (wooork) | 40.07 | 95% | 2025-01-28 |
1851. | ZAKARIA (zwzone) | 40.06 | 92% | 2024-02-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |