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 |
---|---|---|---|---|
1698. | chickentree (chickentree) | 41.96 | 94% | 2024-08-02 |
1699. | Jostein (frighyz) | 41.95 | 95% | 2018-02-27 |
1700. | Anton (twisted_8) | 41.95 | 95% | 2024-03-20 |
1701. | BobDaAsianBuilda (fortnitef... | 41.94 | 92% | 2019-08-10 |
1702. | David (pherric0xide) | 41.91 | 83% | 2011-11-27 |
1703. | CRDM (chelseardm2) | 41.90 | 94% | 2013-12-04 |
1704. | wan (wansap) | 41.89 | 97% | 2024-06-11 |
1705. | Moaz (mo3adh) | 41.88 | 91% | 2023-06-25 |
1706. | ting (ytg02) | 41.88 | 96% | 2023-11-02 |
1707. | Andrew (kirbyslayer) | 41.87 | 91% | 2012-06-24 |
1708. | Andy (lithium_x) | 41.87 | 91.1% | 2023-11-03 |
1709. | Tahir (tahir98) | 41.87 | 93% | 2025-02-09 |
1710. | Gojo (the_gojo_satoru) | 41.86 | 95% | 2025-03-31 |
1711. | Naeem Khan (nammy18) | 41.85 | 96% | 2023-07-14 |
1712. | Miles (mchr1654) | 41.84 | 88% | 2015-12-03 |
1713. | Thiago (thiagogozziprado) | 41.82 | 91% | 2013-11-17 |
1714. | archaniels (danidani3dani) | 41.81 | 93% | 2023-09-21 |
1715. | Adrian (meatbeat) | 41.81 | 95% | 2024-07-09 |
1716. | Tushar (dark_thunder) | 41.79 | 92% | 2024-03-06 |
1717. | Chirag (chirag_2580) | 41.79 | 93% | 2024-02-17 |
1718. | 🌀 (geeewizzz) | 41.78 | 93% | 2023-11-29 |
1719. | YT (tim72) | 41.77 | 96% | 2023-01-27 |
1720. | Sai (sai_trafalgar) | 41.76 | 99% | 2025-02-08 |
1721. | Metal Man (its_a_new_beggin... | 41.75 | 93% | 2011-06-04 |
1722. | JD (jigglyjd) | 41.74 | 96% | 2023-07-13 |
1723. | Valliappan (its_me04) | 41.73 | 99% | 2023-08-02 |
1724. | Guxten (guxten) | 41.73 | 94% | 2023-07-12 |
1725. | chinnu (chinnu19) | 41.72 | 94% | 2024-04-12 |
1726. | MBT (mbt2012) | 41.72 | 92% | 2024-10-25 |
1727. | Rosemary (keycaps) | 41.72 | 95% | 2024-09-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |