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 |
---|---|---|---|---|
1446. | LTL (oneandonlyltl) | 45.64 | 94% | 2023-07-10 |
1447. | jack (suckyourmum2021) | 45.62 | 96% | 2023-08-10 |
1448. | Carlos Eduardo Amorim Silva... | 45.60 | 97% | 2023-08-06 |
1449. | Awais (awais_660) | 45.53 | 93.8% | 2023-10-14 |
1450. | kostis (oh_yeah_go) | 45.52 | 98% | 2022-01-24 |
1451. | mehdi (infinit3_) | 45.51 | 96% | 2023-06-30 |
1452. | Tom (mbappe_07) | 45.50 | 98% | 2024-03-01 |
1453. | wqqe (dendy_d) | 45.50 | 96% | 2024-10-24 |
1454. | George (georgegrz) | 45.46 | 98% | 2025-01-17 |
1455. | ppbeto (ppbeto) | 45.45 | 84% | 2015-10-13 |
1456. | Globu (themagicglobe) | 45.45 | 91% | 2023-06-28 |
1457. | patevis (whimp) | 45.44 | 91% | 2023-06-17 |
1458. | Carson (meee42) | 45.43 | 94% | 2018-12-21 |
1459. | Paul (iseahtnr) | 45.40 | 92% | 2012-03-15 |
1460. | Dan (danmece) | 45.36 | 96.4% | 2024-04-13 |
1461. | kl;fjsdfj (numberman) | 45.35 | 98% | 2011-10-03 |
1462. | Ricardo (richardgomes7d) | 45.31 | 95% | 2015-12-23 |
1463. | Nathan (diogenes1) | 45.31 | 94% | 2025-04-21 |
1464. | E (the_fast_one) | 45.27 | 96% | 2023-06-25 |
1465. | Benjin (benjin7) | 45.25 | 95% | 2023-08-09 |
1466. | Janky (jankyv8) | 45.25 | 95% | 2023-08-01 |
1467. | 🔻KareemHany_FreePalestin... | 45.23 | 95.1% | 2024-01-09 |
1468. | Marcelo (kokosensei) | 45.23 | 98% | 2024-10-17 |
1469. | Sumit (sysoutme) | 45.22 | 93% | 2022-09-13 |
1470. | slaweq (slaweq) | 45.22 | 97% | 2025-05-12 |
1471. | Monte Carlo (polishtyper) | 45.21 | 89% | 2015-11-09 |
1472. | Elizabeth (emurguia663) | 45.21 | 98% | 2024-10-21 |
1473. | Mathias (blasyre) | 45.20 | 91% | 2014-02-09 |
1474. | Omer (omer_nukic) | 45.20 | 95% | 2021-10-08 |
1475. | v (invalidanswer) | 45.19 | 87% | 2017-03-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |