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 |
---|---|---|---|---|
1778. | KS of the SBO Olympics Drea... | 40.63 | 96% | 2024-08-02 |
1779. | (redmoss101) | 40.62 | 91% | 2013-09-30 |
1780. | Nadie-IGN (someoneigna) | 40.62 | — | 2011-03-24 |
1781. | Jeremy (merlinsroom) | 40.59 | 98% | 2016-02-19 |
1782. | Blake (blakee) | 40.57 | 95% | 2016-02-07 |
1783. | codiguero (codiguero) | 40.56 | 94% | 2023-08-19 |
1784. | 3ymsdet (3ymsdet) | 40.55 | 91% | 2014-09-06 |
1785. | Einkabool (einkabool) | 40.55 | 91% | 2024-10-25 |
1786. | yong (yocha@yahoo.com) | 40.54 | — | 2011-02-12 |
1787. | laliking (laliking) | 40.53 | — | 2011-03-06 |
1788. | Afzal (afzal_ansari) | 40.50 | 94.4% | 2024-01-24 |
1789. | Hari (arroganthari) | 40.49 | 97% | 2011-07-30 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |