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 |
---|---|---|---|---|
730. | your mother('s mother) (ask... | 59.22 | 96% | 2023-07-25 |
731. | Arkady (arkadyark) | 59.17 | 97% | 2013-07-28 |
732. | SLSL (slslz) | 59.13 | 97% | 2023-10-19 |
733. | freecalls (freecalls) | 59.11 | 98% | 2024-06-12 |
734. | Jeff (jjj11x) | 59.09 | 99% | 2021-01-13 |
735. | muffin (muff1ns) | 59.08 | 92% | 2013-09-30 |
736. | Craig (carsley) | 59.06 | 95% | 2023-08-14 |
737. | Edd (eddtyperacer) | 58.98 | 98% | 2025-03-15 |
738. | name (andyhk) | 58.97 | 96% | 2018-02-27 |
739. | elmomk (elmomk) | 58.86 | 98% | 2023-10-07 |
740. | Adam (adames4) | 58.86 | 97% | 2023-06-10 |
741. | Jonas (superare) | 58.86 | 96% | 2025-06-05 |
742. | Chinguun (zzzchinguun) | 58.83 | 99.4% | 2025-04-15 |
743. | Astral (astralgame) | 58.78 | 94% | 2023-07-15 |
744. | InVerse (zenmonkinverse) | 58.77 | 96% | 2023-07-06 |
745. | Maaddy (maaddy_) | 58.77 | 97.6% | 2025-04-22 |
746. | Thunderfro (thunderfro) | 58.74 | 98% | 2017-06-26 |
747. | Ha (cndv) | 58.72 | 95% | 2015-02-18 |
748. | Ivan (electrophile) | 58.71 | 98% | 2018-01-06 |
749. | Gaming (gamingreborn1) | 58.71 | 98% | 2024-05-07 |
750. | papalial (papalial) | 58.69 | 96% | 2024-04-09 |
751. | Marcelo (kokosensei) | 58.67 | 97% | 2025-06-12 |
752. | paim (barat_paim) | 58.65 | 98% | 2024-10-10 |
753. | bacteria#1 (easydubs123) | 58.60 | 94% | 2023-10-21 |
754. | sndx (sndyb) | 58.60 | 92% | 2023-10-07 |
755. | Logan (squrpion) | 58.60 | 97% | 2023-09-12 |
756. | M (muratk) | 58.58 | 96% | 2015-04-14 |
757. | CREEP007 (creep007) | 58.57 | 96% | 2019-05-07 |
758. | Andrews (godspeeedd) | 58.57 | 95.1% | 2025-01-11 |
759. | ko (nskostas) | 58.54 | 99% | 2015-11-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |