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 |
---|---|---|---|---|
815. | Uno (unoppa) | 56.36 | 97% | 2023-08-24 |
816. | guy (grayeyes) | 56.35 | 85% | 2016-12-29 |
817. | Maribel (zephhyre) | 56.27 | 96% | 2024-04-15 |
818. | June (yannialshoufi) | 56.26 | 95% | 2023-05-25 |
819. | Nick (theblitz2007) | 56.25 | 100% | 2017-07-15 |
820. | Sergio (ser5io) | 56.23 | 96% | 2024-03-15 |
821. | YABOU3ASBA (layvth) | 56.20 | 98% | 2024-08-12 |
822. | Shalini (shalinikaleeswaran) | 56.15 | 97% | 2013-10-04 |
823. | error (leonhardeuler) | 56.14 | 91% | 2012-04-02 |
824. | Sujeet (sujeetgholap) | 56.13 | 95% | 2014-01-22 |
825. | Zeyad (xslizemoon) | 56.13 | 94% | 2024-08-22 |
826. | Tara (tarabryn) | 56.12 | 99.4% | 2024-03-06 |
827. | Hayk (hayk) | 56.08 | — | 2011-04-27 |
828. | Victor (flipoffer13) | 56.08 | 97% | 2013-06-09 |
829. | ViktorT (vitr_88) | 56.08 | 97% | 2024-05-22 |
830. | Hunter (huntertyler) | 56.07 | — | 2011-03-20 |
831. | Sid (sidcode) | 56.02 | 93% | 2015-04-28 |
832. | Christ Servant (_christ_ser... | 56.02 | 97% | 2025-02-25 |
833. | Ethan (slowpokelol) | 56.01 | 96% | 2024-02-07 |
834. | sanjul (s4njul) | 55.95 | 92% | 2012-02-09 |
835. | therea (theality) | 55.93 | 93% | 2025-04-14 |
836. | Andrew (andmarek) | 55.91 | 94% | 2015-12-03 |
837. | Alvin (sollight) | 55.91 | 92% | 2017-04-10 |
838. | Boris (goat_56) | 55.90 | 96% | 2023-06-27 |
839. | Ezra (thedigitalallo) | 55.89 | 98% | 2025-01-22 |
840. | Kent (kent239) | 55.88 | 95% | 2023-07-17 |
841. | mrrizkin (ifixlss) | 55.87 | 95% | 2024-05-09 |
842. | Connor (nellak) | 55.83 | 98% | 2018-01-27 |
843. | Andres (atv2307) | 55.83 | 94% | 2023-06-23 |
844. | Basar (bsrykt) | 55.80 | 99% | 2013-01-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |