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 |
---|---|---|---|---|
468. | Katarina (kvinooyaa) | 65.72 | 98% | 2023-07-03 |
469. | scott (pmonkey) | 65.68 | 99% | 2013-02-10 |
470. | Shawn (dshawn) | 65.68 | 98% | 2018-09-06 |
471. | Tyler (tyroy) | 65.39 | 94% | 2017-03-16 |
472. | sintyaku (sansyaku) | 65.32 | — | 2011-01-30 |
473. | null (qbasic) | 65.31 | 96% | 2013-05-05 |
474. | Noah (bobothechimpanzee) | 65.30 | 97% | 2024-04-02 |
475. | vloek (tikpyp) | 65.23 | 100% | 2024-07-19 |
476. | __Tetris__ (tetrisiscool) | 65.22 | 98% | 2024-05-31 |
477. | P3NG00 (p3ng00) | 65.19 | 96% | 2023-07-30 |
478. | mark (astraphilia) | 65.19 | 96% | 2023-11-24 |
479. | Alex (alexklaus) | 65.17 | 98% | 2021-09-23 |
480. | Karl (xillionpro) | 65.16 | 98% | 2021-11-12 |
481. | Liwamster (liwamster15) | 65.14 | 98% | 2023-05-29 |
482. | Leon (leonume) | 65.05 | 99% | 2022-11-18 |
483. | Tôm (tomthecat94) | 65.02 | — | 2011-02-27 |
484. | Junkie (qwert_noob) | 65.01 | 99% | 2023-12-13 |
485. | C (chirashi) | 65.00 | 95% | 2017-05-19 |
486. | The don (photondestroyer) | 64.99 | 97% | 2023-01-25 |
487. | timothy (tchou) | 64.97 | 96% | 2012-02-28 |
488. | comox valley (boonkgang64) | 64.97 | 96% | 2024-09-14 |
489. | Hello World (holamundo) | 64.96 | — | 2011-02-05 |
490. | 000 (oknotok_) | 64.91 | 95% | 2023-07-24 |
491. | N (nadeemoidu) | 64.87 | 97% | 2012-03-02 |
492. | ℮ (nicepal) | 64.86 | 98% | 2021-05-25 |
493. | TYPING INSTITUTE CHHINDWARA... | 64.86 | 95% | 2024-02-16 |
494. | nara (naraaa) | 64.84 | 98% | 2024-02-29 |
495. | Kevin (kchoy) | 64.83 | 95% | 2013-08-13 |
496. | Lol (dctrsavage) | 64.81 | 99% | 2024-04-10 |
497. | Mark (markazhang) | 64.77 | 92% | 2013-08-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |