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 |
---|---|---|---|---|
1790. | Topac (9topac) | 40.47 | 86% | 2012-03-07 |
1791. | arif (arifardians) | 40.46 | 96% | 2024-10-10 |
1792. | Sid (sentrome) | 40.44 | 98% | 2023-07-13 |
1793. | Juey (spyrox) | 40.37 | 96% | 2024-07-28 |
1794. | Isaac (ctrl_sea) | 40.36 | 94% | 2023-08-11 |
1795. | Superman (supu03) | 40.34 | 96% | 2024-07-01 |
1796. | Ooo Ooo (pqosmorf) | 40.32 | 92% | 2017-08-11 |
1797. | Edu (edlofe) | 40.31 | 93% | 2023-06-20 |
1798. | . (adarshthapa) | 40.30 | 96% | 2019-12-23 |
1799. | Ian (coltrane) | 40.29 | 95% | 2012-10-30 |
1800. | Arun (arunraj) | 40.28 | 90% | 2011-06-02 |
1801. | Antonio (some1b) | 40.28 | 95% | 2023-08-02 |
1802. | Ted [Dvorak] (tedm) | 40.27 | — | 2011-02-06 |
1803. | Nathan (_ril_ey_) | 40.26 | 96% | 2024-07-26 |
1804. | anif (slow_pianist) | 40.24 | 93% | 2024-06-14 |
1805. | Jim (greekgamerjim) | 40.21 | 96% | 2023-11-13 |
1806. | Tobias (tobiasbales) | 40.17 | 94% | 2018-03-08 |
1807. | Me (atmolandermimi) | 40.17 | 98% | 2023-06-10 |
1808. | Melvin (mellikyun) | 40.14 | 94% | 2020-12-03 |
1809. | Akiraming (akiraming) | 40.14 | 96% | 2023-07-21 |
1810. | Kit (yukit123) | 40.14 | 96.5% | 2024-10-31 |
1811. | Bibek KC (bibekkc) | 40.14 | 94% | 2023-06-03 |
1812. | Gerald (gerald3901) | 40.12 | 90.5% | 2024-09-24 |
1813. | Alex (looke116) | 40.11 | 95% | 2024-06-11 |
1814. | Manish (god_of_minds) | 40.10 | 97% | 2025-01-11 |
1815. | Bob (typeracerd) | 40.08 | 92% | 2016-04-19 |
1816. | AnsonX10 (ansonx10) | 40.08 | 93% | 2017-12-13 |
1817. | ahsan (ahsandev) | 40.08 | 94% | 2024-10-10 |
1818. | ruimebom (ruimebom) | 40.07 | 92% | 2012-09-16 |
1819. | Sarah (smm2319) | 40.07 | 97% | 2024-05-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |