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 |
---|---|---|---|---|
1643. | Kaspoonikus (kaspoonikus) | 42.74 | 94% | 2023-07-16 |
1644. | TypeTypeFox (alexsoldier122) | 42.73 | 93% | 2023-06-05 |
1645. | jht (jht0) | 42.73 | 97.6% | 2024-07-15 |
1646. | Ardi W Saputra (ardiwsaputra) | 42.72 | 94% | 2025-02-04 |
1647. | Unus (_unus) | 42.70 | 98% | 2023-07-04 |
1648. | Evan (navesulezed) | 42.68 | 93% | 2025-04-07 |
1649. | John (jwilander) | 42.64 | 95% | 2018-03-09 |
1650. | Zeus (zeusy420) | 42.63 | 92% | 2024-01-16 |
1651. | Rus (amortalist) | 42.63 | 96% | 2024-04-18 |
1652. | Galho (o_galho) | 42.59 | 94% | 2023-08-09 |
1653. | Alex (exela) | 42.57 | 90% | 2012-03-22 |
1654. | David Alanis (dalanis) | 42.57 | 97% | 2024-08-02 |
1655. | blaise (pprince) | 42.55 | — | 2011-03-27 |
1656. | 🐢 (garvint123) | 42.55 | 92% | 2020-12-11 |
1657. | Philippos (patatokeftes01) | 42.47 | 95% | 2023-07-17 |
1658. | Yaroslav (nashivan) | 42.46 | 94% | 2025-02-11 |
1659. | mugurel (dobrogeanum) | 42.45 | 96% | 2015-07-11 |
1660. | Snackle (snackle) | 42.44 | 98% | 2024-06-28 |
1661. | wakwaw (wakwaw11) | 42.44 | 96.6% | 2025-01-12 |
1662. | Tommy (hayden7857) | 42.39 | 96% | 2024-04-02 |
1663. | mikey (mikey_mjm) | 42.39 | 97% | 2024-05-20 |
1664. | 10 finger ginger (10finger_... | 42.39 | 95% | 2024-07-09 |
1665. | john (jump2012) | 42.38 | 93% | 2012-11-29 |
1666. | Goku (rmehedi) | 42.38 | 94.7% | 2024-04-05 |
1667. | Aaron (aaronwonghan) | 42.36 | 93% | 2025-04-10 |
1668. | Peter (dzsuzeppe) | 42.35 | 93% | 2012-04-18 |
1669. | Fredrik (fur3x) | 42.34 | 82% | 2012-12-28 |
1670. | Simon (simonrodgers) | 42.32 | 91% | 2013-01-04 |
1671. | MAMUN (wmamunhossain) | 42.31 | 98% | 2023-03-30 |
1672. | Humanbeen (free_palestine_313) | 42.30 | 93% | 2024-06-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |