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 |
---|---|---|---|---|
1671. | Molality (molality) | 43.09 | 91% | 2014-02-10 |
1672. | michael (mikul) | 43.09 | 93% | 2018-02-20 |
1673. | Manu (lazyeye) | 43.06 | 94% | 2011-05-31 |
1674. | Thiago (marano) | 43.02 | 91% | 2013-06-03 |
1675. | FreaKOde (vikash0207) | 43.02 | 93% | 2013-10-18 |
1676. | Md. Mamun (mamun_sheikh) | 43.01 | 98% | 2023-06-16 |
1677. | sagichnicht04 (sagichnicht04) | 43.00 | 96% | 2023-09-27 |
1678. | tstats[shanyg] (shanyg) | 42.98 | 94% | 2023-08-28 |
1679. | Makoto (makoto14) | 42.98 | 92% | 2023-11-26 |
1680. | Gerticus (gerticus) | 42.98 | 97% | 2024-03-07 |
1681. | Chris (chris_sound) | 42.96 | 95% | 2012-11-04 |
1682. | Alex (alexey0) | 42.93 | 99% | 2018-01-22 |
1683. | Sayooj (syjmohn) | 42.93 | 94% | 2024-12-26 |
1684. | Iruziky (iruziky) | 42.92 | 97.6% | 2023-05-26 |
1685. | Zayaan (zayaan16) | 42.91 | 97% | 2023-07-25 |
1686. | an (clockworkman) | 42.91 | 99% | 2024-09-05 |
1687. | Pyp (pypdeveloper) | 42.88 | 95% | 2021-02-02 |
1688. | i am bad (eagle_s) | 42.88 | 95% | 2023-12-22 |
1689. | Gage (catthegage) | 42.87 | 96% | 2023-11-02 |
1690. | Nicholas (cl0zzy_) | 42.86 | 93% | 2023-09-15 |
1691. | JanPomelo (janpomelo) | 42.85 | 96.4% | 2023-11-21 |
1692. | Davis (dey1234) | 42.81 | 91% | 2015-10-19 |
1693. | FJ (fjra) | 42.81 | 95% | 2013-03-01 |
1694. | fasfasdf (frfvfrrfvffrrfv) | 42.79 | 99% | 2011-09-26 |
1695. | MX MECHANICAL (mx_mechanical) | 42.79 | 95% | 2024-09-06 |
1696. | Braden (bmende) | 42.77 | 97% | 2012-12-01 |
1697. | Labione (labione) | 42.75 | 96% | 2025-01-11 |
1698. | Juan (datboiathop) | 42.75 | 91% | 2023-07-11 |
1699. | anirudh (anirudhrata) | 42.74 | 92% | 2011-09-17 |
1700. | [FRLA] Frank Admirer (ciaer... | 42.74 | 95% | 2017-04-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |