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 |
---|---|---|---|---|
1518. | shhkid (shkid) | 44.64 | 96% | 2023-07-30 |
1519. | hutab (hutab) | 44.60 | 96% | 2023-07-14 |
1520. | Bex (bexgboost) | 44.58 | 97% | 2023-11-26 |
1521. | Estêvão C. Macedo (enderecm) | 44.58 | 94% | 2024-11-07 |
1522. | Feynex (imhidayat) | 44.57 | 94% | 2022-12-22 |
1523. | Bryan (iduhowpeopledo150wpm) | 44.50 | 94% | 2020-07-22 |
1524. | AyaseShu (ayaseshu) | 44.50 | 96% | 2024-09-23 |
1525. | Elvis (krewe11a) | 44.46 | 87% | 2015-08-22 |
1526. | S2speed (s2speed) | 44.46 | 97% | 2023-12-01 |
1527. | Danny (winnie_danny) | 44.45 | 95% | 2023-08-13 |
1528. | [TR]affic Jam :D (trafficjam) | 44.43 | 89% | 2011-06-18 |
1529. | jaafar (cool6m) | 44.42 | 95% | 2023-07-23 |
1530. | Akribane (aaakribane131) | 44.40 | 94% | 2024-06-09 |
1531. | Iceyda (iceryda4047) | 44.37 | 89% | 2015-09-08 |
1532. | bau5 (duz108) | 44.37 | 93% | 2012-12-21 |
1533. | Aidan who just types (aidnb... | 44.34 | 93% | 2023-07-25 |
1534. | Tyr (tyr42) | 44.30 | 98% | 2013-03-09 |
1535. | Alexander (alexanderwu68) | 44.30 | 98% | 2018-05-31 |
1536. | Eesa (eesa10) | 44.29 | 98% | 2023-05-30 |
1537. | Ahmad (ahmad7salah) | 44.29 | 98% | 2023-10-17 |
1538. | Moaath (moaath) | 44.29 | 96% | 2024-11-27 |
1539. | Mohamed (normal_eg) | 44.28 | 95% | 2023-08-23 |
1540. | pooaa (pooaa) | 44.11 | 96% | 2024-03-08 |
1541. | Mutasim Mualimi (mutasim_2001) | 44.11 | 97% | 2023-06-12 |
1542. | Josh Stevenson (montgomerykds) | 44.11 | 93% | 2025-03-13 |
1543. | Arik (_arik) | 44.10 | 97% | 2023-06-05 |
1544. | J (geonjr) | 44.09 | — | 2011-03-18 |
1545. | Vilson (vilsonkh) | 44.08 | 97% | 2023-08-23 |
1546. | Elite (getgoodelite) | 44.08 | 98% | 2023-07-17 |
1547. | ... (smthth) | 44.07 | 98% | 2023-06-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |