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 |
---|---|---|---|---|
1624. | Rus (amortalist) | 42.63 | 96% | 2024-04-18 |
1625. | Galho (o_galho) | 42.59 | 94% | 2023-08-09 |
1626. | Alex (exela) | 42.57 | 90% | 2012-03-22 |
1627. | David Alanis (dalanis) | 42.57 | 97% | 2024-08-02 |
1628. | blaise (pprince) | 42.55 | — | 2011-03-27 |
1629. | 🐢 (garvint123) | 42.55 | 92% | 2020-12-11 |
1630. | Philippos (patatokeftes01) | 42.47 | 95% | 2023-07-17 |
1631. | Yaroslav (nashivan) | 42.46 | 94% | 2025-02-11 |
1632. | mugurel (dobrogeanum) | 42.45 | 96% | 2015-07-11 |
1633. | Snackle (snackle) | 42.44 | 98% | 2024-06-28 |
1634. | wakwaw (wakwaw11) | 42.44 | 96.6% | 2025-01-12 |
1635. | Tommy (hayden7857) | 42.39 | 96% | 2024-04-02 |
1636. | mikey (mikey_mjm) | 42.39 | 97% | 2024-05-20 |
1637. | 10 finger ginger (10finger_... | 42.39 | 95% | 2024-07-09 |
1638. | john (jump2012) | 42.38 | 93% | 2012-11-29 |
1639. | Goku (rmehedi) | 42.38 | 94.7% | 2024-04-05 |
1640. | Aaron (aaronwonghan) | 42.36 | 93% | 2025-04-10 |
1641. | Peter (dzsuzeppe) | 42.35 | 93% | 2012-04-18 |
1642. | Fredrik (fur3x) | 42.34 | 82% | 2012-12-28 |
1643. | Simon (simonrodgers) | 42.32 | 91% | 2013-01-04 |
1644. | MAMUN (wmamunhossain) | 42.31 | 98% | 2023-03-30 |
1645. | Humanbeen (free_palestine_313) | 42.30 | 93% | 2024-06-21 |
1646. | jugal kishor (jugal_sahu) | 42.29 | 96% | 2023-08-11 |
1647. | Pramesh (pramesh94) | 42.28 | 96% | 2016-07-27 |
1648. | KW (kiawa88) | 42.28 | 95% | 2015-07-08 |
1649. | Mark (markharley12) | 42.27 | 97% | 2023-10-04 |
1650. | D (d_qwerty) | 42.27 | 97% | 2024-10-31 |
1651. | Konrad (chlupkaw) | 42.18 | 97% | 2016-11-13 |
1652. | Ray (raysrlu) | 42.18 | 98% | 2017-08-20 |
1653. | nobin sutradhar (nobin_sutr... | 42.18 | 93.8% | 2024-12-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |