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 |
---|---|---|---|---|
2492. | wkn1 (wkn1) | 31.11 | 91% | 2024-11-22 |
2493. | Elisa (elisa_sf) | 31.10 | 96% | 2024-08-02 |
2494. | Adiii (adii9669) | 31.10 | 95% | 2023-07-21 |
2495. | Adry (adryghost) | 31.09 | 94% | 2024-05-02 |
2496. | Riki (schulzey) | 31.08 | 91% | 2017-02-22 |
2497. | thanh ha (hatienthanh) | 31.07 | 94% | 2023-08-30 |
2498. | JB (brightchan) | 31.06 | 96% | 2023-10-24 |
2499. | Drag3nz (drag3nz) | 31.05 | 90% | 2018-01-30 |
2500. | ಠ_ಠ (1phoenix1) | 31.00 | — | 2011-02-16 |
2501. | zaire153 (distort4704) | 30.99 | 91% | 2025-04-23 |
2502. | emmalane (mlm_isthemaster) | 30.97 | 92% | 2023-10-23 |
2503. | Jonathan (cptusopp) | 30.91 | 93% | 2023-07-03 |
2504. | عفاف (afafemad187) | 30.90 | 95% | 2023-08-05 |
2505. | Emil (emil10150) | 30.88 | 91.1% | 2023-09-24 |
2506. | pieterjan (pjdem) | 30.86 | 94% | 2023-08-11 |
2507. | Bluue (bluuefuzzy) | 30.86 | 92% | 2023-08-10 |
2508. | abhishek kumar vishwakarma ... | 30.85 | 93% | 2024-05-14 |
2509. | Heisenberg (heisenberg777) | 30.85 | 93% | 2024-10-03 |
2510. | Ascend (obaht) | 30.84 | 98% | 2023-10-27 |
2511. | Stephen (steve5041) | 30.84 | 96% | 2024-03-08 |
2512. | Britto (britto07) | 30.83 | 94% | 2013-07-01 |
2513. | Suryadi (omega707) | 30.80 | 85% | 2011-07-08 |
2514. | RavM (ravmrafiki) | 30.80 | 95% | 2023-06-17 |
2515. | Feng (da_xiao_jin_dou) | 30.80 | 94% | 2022-02-28 |
2516. | Kermit (kermit0311) | 30.79 | 93% | 2025-04-02 |
2517. | Amarpreet (bhangu_05) | 30.78 | 93% | 2021-11-13 |
2518. | piot (piot) | 30.75 | 92% | 2012-11-03 |
2519. | Henrikas (henrikas) | 30.75 | 83% | 2012-07-05 |
2520. | Vishnu (vishnumohan) | 30.74 | — | 2011-01-31 |
2521. | Paul (paulgalea) | 30.73 | 90% | 2012-03-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |