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 |
---|---|---|---|---|
1706. | Evan (navesulezed) | 42.68 | 93.4% | 2025-04-07 |
1707. | John (jwilander) | 42.64 | 95% | 2018-03-09 |
1708. | Zeus (zeusy420) | 42.63 | 92% | 2024-01-16 |
1709. | Rus (amortalist) | 42.63 | 96% | 2024-04-18 |
1710. | Galho (o_galho) | 42.59 | 94% | 2023-08-09 |
1711. | Alex (exela) | 42.57 | 90% | 2012-03-22 |
1712. | David Alanis (dalanis) | 42.57 | 97% | 2024-08-02 |
1713. | blaise (pprince) | 42.55 | — | 2011-03-27 |
1714. | 🐢 (garvint123) | 42.55 | 92% | 2020-12-11 |
1715. | Kane (kane_yq) | 42.55 | 93% | 2023-06-24 |
1716. | Philippos (patatokeftes01) | 42.47 | 95% | 2023-07-17 |
1717. | Yaroslav (nashivan) | 42.46 | 94% | 2025-02-11 |
1718. | mugurel (dobrogeanum) | 42.45 | 96% | 2015-07-11 |
1719. | Snackle (snackle) | 42.44 | 98% | 2024-06-28 |
1720. | wakwaw (wakwaw11) | 42.44 | 96.6% | 2025-01-12 |
1721. | aadithebest (aadithebeast) | 42.43 | 95% | 2025-09-18 |
1722. | Tommy (hayden7857) | 42.39 | 96% | 2024-04-02 |
1723. | mikey (mikey_mjm) | 42.39 | 97% | 2024-05-20 |
1724. | 10 finger ginger (10finger_... | 42.39 | 95% | 2024-07-09 |
1725. | john (jump2012) | 42.38 | 93% | 2012-11-29 |
1726. | Goku (rmehedi) | 42.38 | 94.7% | 2024-04-05 |
1727. | Aaron (aaronwonghan) | 42.36 | 93% | 2025-04-10 |
1728. | Peter (dzsuzeppe) | 42.35 | 93% | 2012-04-18 |
1729. | Fredrik (fur3x) | 42.34 | 82% | 2012-12-28 |
1730. | Simon (simonrodgers) | 42.32 | 91% | 2013-01-04 |
1731. | MAMUN (wmamunhossain) | 42.31 | 98% | 2023-03-30 |
1732. | Humanbeen (free_palestine_313) | 42.30 | 93% | 2024-06-21 |
1733. | jugal kishor (jugal_sahu) | 42.29 | 96% | 2023-08-11 |
1734. | Pramesh (pramesh94) | 42.28 | 96% | 2016-07-27 |
1735. | KW (kiawa88) | 42.28 | 95% | 2015-07-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |