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 |
---|---|---|---|---|
1796. | fastboi (ooofooo) | 40.79 | 96% | 2023-11-19 |
1797. | Edmund (rebroad) | 40.73 | 96% | 2013-12-17 |
1798. | Sangadji (sangadji) | 40.72 | 90% | 2012-11-06 |
1799. | nyloraqu (nyloraqu) | 40.71 | 94% | 2024-09-17 |
1800. | Kamal (_kamal) | 40.69 | 95% | 2024-01-18 |
1801. | Julie (juliehuynh654252) | 40.68 | 94% | 2024-03-25 |
1802. | onel (onel11) | 40.66 | 92% | 2023-06-11 |
1803. | nextpaper (nextpaper) | 40.66 | 99% | 2023-07-18 |
1804. | Smit (smit) | 40.65 | 88% | 2014-12-24 |
1805. | Nilax (nilax) | 40.65 | 97% | 2012-10-19 |
1806. | Fady Kamil (fady_kamil) | 40.64 | 94% | 2023-09-25 |
1807. | Szaby (szaby) | 40.64 | 98% | 2024-02-22 |
1808. | KS of the SBO Olympics Drea... | 40.63 | 96% | 2024-08-02 |
1809. | (redmoss101) | 40.62 | 91% | 2013-09-30 |
1810. | Nadie-IGN (someoneigna) | 40.62 | — | 2011-03-24 |
1811. | Jeremy (merlinsroom) | 40.59 | 98% | 2016-02-19 |
1812. | Blake (blakee) | 40.57 | 95% | 2016-02-07 |
1813. | codiguero (codiguero) | 40.56 | 94% | 2023-08-19 |
1814. | 3ymsdet (3ymsdet) | 40.55 | 91% | 2014-09-06 |
1815. | Einkabool (einkabool) | 40.55 | 91% | 2024-10-25 |
1816. | yong (yocha@yahoo.com) | 40.54 | — | 2011-02-12 |
1817. | laliking (laliking) | 40.53 | — | 2011-03-06 |
1818. | Afzal (afzal_ansari) | 40.50 | 94.4% | 2024-01-24 |
1819. | Hari (arroganthari) | 40.49 | 97% | 2011-07-30 |
1820. | Topac (9topac) | 40.47 | 86% | 2012-03-07 |
1821. | arif (arifardians) | 40.46 | 96% | 2024-10-10 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |