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 |
---|---|---|---|---|
1435. | Ashok (ashokabrother) | 45.73 | 98% | 2024-04-19 |
1436. | Mohamad (mohamadasghari) | 45.71 | 94% | 2022-02-03 |
1437. | define-syntax (oncemorewith... | 45.70 | 96% | 2012-02-23 |
1438. | Waldo (waldoibarra) | 45.70 | 93% | 2019-05-03 |
1439. | Iyokk (iyokk) | 45.69 | 99% | 2025-04-12 |
1440. | Daniel (dschonhaut) | 45.67 | 95% | 2011-06-12 |
1441. | Luke (superluke) | 45.67 | 96% | 2012-11-13 |
1442. | LTL (oneandonlyltl) | 45.64 | 94% | 2023-07-10 |
1443. | jack (suckyourmum2021) | 45.62 | 96% | 2023-08-10 |
1444. | Carlos Eduardo Amorim Silva... | 45.60 | 97% | 2023-08-06 |
1445. | Awais (awais_660) | 45.53 | 93.8% | 2023-10-14 |
1446. | kostis (oh_yeah_go) | 45.52 | 98% | 2022-01-24 |
1447. | mehdi (infinit3_) | 45.51 | 96% | 2023-06-30 |
1448. | Tom (mbappe_07) | 45.50 | 98% | 2024-03-01 |
1449. | wqqe (dendy_d) | 45.50 | 96% | 2024-10-24 |
1450. | George (georgegrz) | 45.46 | 98% | 2025-01-17 |
1451. | ppbeto (ppbeto) | 45.45 | 84% | 2015-10-13 |
1452. | Globu (themagicglobe) | 45.45 | 91% | 2023-06-28 |
1453. | patevis (whimp) | 45.44 | 91% | 2023-06-17 |
1454. | Carson (meee42) | 45.43 | 94% | 2018-12-21 |
1455. | Paul (iseahtnr) | 45.40 | 92% | 2012-03-15 |
1456. | Dan (danmece) | 45.36 | 96.4% | 2024-04-13 |
1457. | kl;fjsdfj (numberman) | 45.35 | 98% | 2011-10-03 |
1458. | Ricardo (richardgomes7d) | 45.31 | 95% | 2015-12-23 |
1459. | E (the_fast_one) | 45.27 | 96% | 2023-06-25 |
1460. | Benjin (benjin7) | 45.25 | 95% | 2023-08-09 |
1461. | Janky (jankyv8) | 45.25 | 95% | 2023-08-01 |
1462. | 🔻KareemHany_FreePalestin... | 45.23 | 95.1% | 2024-01-09 |
1463. | Marcelo (kokosensei) | 45.23 | 98% | 2024-10-17 |
1464. | Sumit (sysoutme) | 45.22 | 93% | 2022-09-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |