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 |
---|---|---|---|---|
728. | sndx (sndyb) | 58.60 | 92% | 2023-10-07 |
729. | Logan (squrpion) | 58.60 | 97% | 2023-09-12 |
730. | M (muratk) | 58.58 | 96% | 2015-04-14 |
731. | CREEP007 (creep007) | 58.57 | 96% | 2019-05-07 |
732. | Andrews (godspeeedd) | 58.57 | 95% | 2025-01-11 |
733. | ko (nskostas) | 58.54 | 99% | 2015-11-19 |
734. | czent (czent) | 58.54 | 94% | 2024-10-10 |
735. | zo (zohway) | 58.53 | 98% | 2023-11-10 |
736. | Alex (atduffaut) | 58.51 | 96% | 2023-08-02 |
737. | Konigsberg (studenttypist2) | 58.49 | 96% | 2013-01-20 |
738. | Kaseolin (pimplepopper2015) | 58.49 | 94% | 2025-04-24 |
739. | Johnny (user_0xcafe) | 58.48 | 98% | 2024-06-16 |
740. | Amandine (amtirino) | 58.47 | 97% | 2025-02-11 |
741. | Andrew (wongsifu) | 58.43 | 99% | 2024-11-14 |
742. | Alex (alexmhso) | 58.40 | 95% | 2011-09-02 |
743. | lalit (daredevil_5859) | 58.39 | 97% | 2023-07-14 |
744. | Angel (novamage) | 58.38 | 99% | 2015-07-24 |
745. | gorb (gorbin_time) | 58.38 | 96% | 2024-09-27 |
746. | Sina (sinatesting) | 58.38 | 99% | 2025-01-20 |
747. | Leonardo (leockard) | 58.37 | 94% | 2013-03-01 |
748. | badomiso (badomiso) | 58.36 | — | 2011-01-30 |
749. | Masato (shino16) | 58.36 | 94% | 2024-11-24 |
750. | Kevin (mordredklb) | 58.34 | 91% | 2017-05-13 |
751. | Brent (bpappas) | 58.33 | 99% | 2024-01-08 |
752. | Alex (a_kaban) | 58.33 | 100% | 2024-08-09 |
753. | Fouracle (devilz91) | 58.30 | 83% | 2011-08-13 |
754. | mhmd121 (mhmd121) | 58.27 | 97% | 2023-07-14 |
755. | Avijit (eggsy001) | 58.24 | 97% | 2023-06-07 |
756. | Maphey (keepinupwmae) | 58.23 | 98.1% | 2025-03-30 |
757. | Rob (kobeashi) | 58.22 | 96% | 2022-02-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |