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 |
---|---|---|---|---|
738. | Adam (adames4) | 58.86 | 97% | 2023-06-10 |
739. | Jonas (superare) | 58.86 | 96% | 2025-06-05 |
740. | Chinguun (zzzchinguun) | 58.83 | 99.4% | 2025-04-15 |
741. | Astral (astralgame) | 58.78 | 94% | 2023-07-15 |
742. | InVerse (zenmonkinverse) | 58.77 | 96% | 2023-07-06 |
743. | Maaddy (maaddy_) | 58.77 | 97.6% | 2025-04-22 |
744. | Thunderfro (thunderfro) | 58.74 | 98% | 2017-06-26 |
745. | Ha (cndv) | 58.72 | 95% | 2015-02-18 |
746. | Ivan (electrophile) | 58.71 | 98% | 2018-01-06 |
747. | Gaming (gamingreborn1) | 58.71 | 98% | 2024-05-07 |
748. | papalial (papalial) | 58.69 | 96% | 2024-04-09 |
749. | Marcelo (kokosensei) | 58.67 | 97% | 2025-06-12 |
750. | paim (barat_paim) | 58.65 | 98% | 2024-10-10 |
751. | bacteria#1 (easydubs123) | 58.60 | 94% | 2023-10-21 |
752. | sndx (sndyb) | 58.60 | 92% | 2023-10-07 |
753. | Logan (squrpion) | 58.60 | 97% | 2023-09-12 |
754. | M (muratk) | 58.58 | 96% | 2015-04-14 |
755. | CREEP007 (creep007) | 58.57 | 96% | 2019-05-07 |
756. | Andrews (godspeeedd) | 58.57 | 95.1% | 2025-01-11 |
757. | ko (nskostas) | 58.54 | 99% | 2015-11-19 |
758. | czent (czent) | 58.54 | 94% | 2024-10-10 |
759. | zo (zohway) | 58.53 | 98% | 2023-11-10 |
760. | Alex (atduffaut) | 58.51 | 96% | 2023-08-02 |
761. | Konigsberg (studenttypist2) | 58.49 | 96% | 2013-01-20 |
762. | Kaseolin (pimplepopper2015) | 58.49 | 94% | 2025-04-24 |
763. | Johnny (user_0xcafe) | 58.48 | 98% | 2024-06-16 |
764. | Amandine (amtirino) | 58.47 | 97% | 2025-02-11 |
765. | Andrew (wongsifu) | 58.43 | 99% | 2024-11-14 |
766. | Alex (alexmhso) | 58.40 | 95% | 2011-09-02 |
767. | lalit (daredevil_5859) | 58.39 | 97% | 2023-07-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |