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 |
---|---|---|---|---|
1627. | JanPomelo (janpomelo) | 42.85 | 96.4% | 2023-11-21 |
1628. | Davis (dey1234) | 42.81 | 91% | 2015-10-19 |
1629. | FJ (fjra) | 42.81 | 95% | 2013-03-01 |
1630. | fasfasdf (frfvfrrfvffrrfv) | 42.79 | 99% | 2011-09-26 |
1631. | MX MECHANICAL (mx_mechanical) | 42.79 | 95% | 2024-09-06 |
1632. | Braden (bmende) | 42.77 | 97% | 2012-12-01 |
1633. | Labione (labione) | 42.75 | 96% | 2025-01-11 |
1634. | Juan (datboiathop) | 42.75 | 91% | 2023-07-11 |
1635. | anirudh (anirudhrata) | 42.74 | 92% | 2011-09-17 |
1636. | [FRLA] Frank Admirer (ciaer... | 42.74 | 95% | 2017-04-13 |
1637. | Kaspoonikus (kaspoonikus) | 42.74 | 94% | 2023-07-16 |
1638. | TypeTypeFox (alexsoldier122) | 42.73 | 93% | 2023-06-05 |
1639. | jht (jht0) | 42.73 | 97.6% | 2024-07-15 |
1640. | Ardi W Saputra (ardiwsaputra) | 42.72 | 94% | 2025-02-04 |
1641. | Unus (_unus) | 42.70 | 98% | 2023-07-04 |
1642. | Evan (navesulezed) | 42.68 | 93% | 2025-04-07 |
1643. | John (jwilander) | 42.64 | 95% | 2018-03-09 |
1644. | Zeus (zeusy420) | 42.63 | 92% | 2024-01-16 |
1645. | Rus (amortalist) | 42.63 | 96% | 2024-04-18 |
1646. | Galho (o_galho) | 42.59 | 94% | 2023-08-09 |
1647. | Alex (exela) | 42.57 | 90% | 2012-03-22 |
1648. | David Alanis (dalanis) | 42.57 | 97% | 2024-08-02 |
1649. | blaise (pprince) | 42.55 | — | 2011-03-27 |
1650. | 🐢 (garvint123) | 42.55 | 92% | 2020-12-11 |
1651. | Philippos (patatokeftes01) | 42.47 | 95% | 2023-07-17 |
1652. | Yaroslav (nashivan) | 42.46 | 94% | 2025-02-11 |
1653. | mugurel (dobrogeanum) | 42.45 | 96% | 2015-07-11 |
1654. | Snackle (snackle) | 42.44 | 98% | 2024-06-28 |
1655. | wakwaw (wakwaw11) | 42.44 | 96.6% | 2025-01-12 |
1656. | Tommy (hayden7857) | 42.39 | 96% | 2024-04-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |