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 |
---|---|---|---|---|
1429. | Vssblt (vssblt) | 45.88 | 94% | 2023-07-25 |
1430. | Aidan (adaly20) | 45.86 | 91.9% | 2023-12-04 |
1431. | uriel (wiha2) | 45.86 | 91% | 2023-12-04 |
1432. | Schloemi (schloemi) | 45.85 | 92% | 2023-08-28 |
1433. | Bijoy (bijoy022_) | 45.80 | 99% | 2024-08-23 |
1434. | Philip (pnielsen2) | 45.79 | 96% | 2023-05-25 |
1435. | #One More Year (supeer_heroo) | 45.74 | 95% | 2023-07-14 |
1436. | jason (jasontime12345) | 45.73 | 95% | 2018-05-08 |
1437. | Ashok (ashokabrother) | 45.73 | 98% | 2024-04-19 |
1438. | Mohamad (mohamadasghari) | 45.71 | 94% | 2022-02-03 |
1439. | define-syntax (oncemorewith... | 45.70 | 96% | 2012-02-23 |
1440. | Waldo (waldoibarra) | 45.70 | 93% | 2019-05-03 |
1441. | Iyokk (iyokk) | 45.69 | 99% | 2025-04-12 |
1442. | Daniel (dschonhaut) | 45.67 | 95% | 2011-06-12 |
1443. | Luke (superluke) | 45.67 | 96% | 2012-11-13 |
1444. | LTL (oneandonlyltl) | 45.64 | 94% | 2023-07-10 |
1445. | jack (suckyourmum2021) | 45.62 | 96% | 2023-08-10 |
1446. | Carlos Eduardo Amorim Silva... | 45.60 | 97% | 2023-08-06 |
1447. | Awais (awais_660) | 45.53 | 93.8% | 2023-10-14 |
1448. | kostis (oh_yeah_go) | 45.52 | 98% | 2022-01-24 |
1449. | mehdi (infinit3_) | 45.51 | 96% | 2023-06-30 |
1450. | Tom (mbappe_07) | 45.50 | 98% | 2024-03-01 |
1451. | wqqe (dendy_d) | 45.50 | 96% | 2024-10-24 |
1452. | George (georgegrz) | 45.46 | 98% | 2025-01-17 |
1453. | ppbeto (ppbeto) | 45.45 | 84% | 2015-10-13 |
1454. | Globu (themagicglobe) | 45.45 | 91% | 2023-06-28 |
1455. | patevis (whimp) | 45.44 | 91% | 2023-06-17 |
1456. | Carson (meee42) | 45.43 | 94% | 2018-12-21 |
1457. | Paul (iseahtnr) | 45.40 | 92% | 2012-03-15 |
1458. | Dan (danmece) | 45.36 | 96.4% | 2024-04-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |