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 |
---|---|---|---|---|
529. | Hobn (hobn) | 64.35 | 92% | 2015-09-06 |
530. | Vijay (vijays4404) | 64.35 | 97% | 2025-02-11 |
531. | tw0f1v3w0n (capricitor) | 64.34 | 98.2% | 2025-02-01 |
532. | Iso (isolated101) | 64.33 | 96% | 2023-07-29 |
533. | Juudge (reburm) | 64.31 | 97% | 2012-07-17 |
534. | Marshall (mmmooore) | 64.30 | 96% | 2019-12-11 |
535. | kalaset (kalaset) | 64.28 | 98% | 2013-12-19 |
536. | Teddy (deimondb) | 64.28 | 95% | 2013-12-19 |
537. | Amos (amosbird) | 64.26 | 98% | 2017-09-05 |
538. | Nima (nanimonima) | 64.26 | 96% | 2023-09-14 |
539. | Karsen (karguy4) | 64.22 | 98% | 2025-09-20 |
540. | Daniel (reachingthetop) | 64.21 | 96% | 2024-04-03 |
541. | phil (ronald12) | 64.20 | 92% | 2013-08-13 |
542. | William (deltawk) | 64.18 | 92% | 2015-03-26 |
543. | Karim Alaswad (karim_alaswa... | 64.18 | 98% | 2024-01-04 |
544. | CheetahDude (ghysdd) | 64.17 | 96.5% | 2023-07-27 |
545. | Milder (milderhc) | 64.16 | 98% | 2017-09-27 |
546. | Dan Dan (dtmtcm) | 64.15 | 93% | 2013-01-14 |
547. | ImSlow (imslow3453453) | 64.12 | 95% | 2024-03-10 |
548. | jinhwan (fleo0917) | 64.10 | 95% | 2016-12-12 |
549. | KomicalJD (mewat) | 64.10 | 96% | 2021-01-31 |
550. | K (ufomi) | 64.10 | 96.7% | 2023-12-11 |
551. | Learning Bone (learning_bone) | 63.99 | 96% | 2023-10-29 |
552. | Panda (sparklehorse61) | 63.93 | 98% | 2025-01-20 |
553. | Matthew (mppp) | 63.88 | 96% | 2012-12-12 |
554. | Simon (zenex) | 63.84 | 97% | 2012-02-26 |
555. | Alon (daycolor) | 63.81 | 94% | 2019-10-17 |
556. | [AhK] Panizio (Trampo) (jun... | 63.77 | 99% | 2015-03-18 |
557. | Ocean (oceanlim) | 63.77 | 98% | 2021-10-12 |
558. | John (craftinpark) | 63.68 | 95% | 2023-05-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |