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 |
---|---|---|---|---|
1524. | jaafar (cool6m) | 44.42 | 95% | 2023-07-23 |
1525. | Akribane (aaakribane131) | 44.40 | 94% | 2024-06-09 |
1526. | Iceyda (iceryda4047) | 44.37 | 89% | 2015-09-08 |
1527. | bau5 (duz108) | 44.37 | 93% | 2012-12-21 |
1528. | Aidan who just types (aidnb... | 44.34 | 93% | 2023-07-25 |
1529. | Tyr (tyr42) | 44.30 | 98% | 2013-03-09 |
1530. | Alexander (alexanderwu68) | 44.30 | 98% | 2018-05-31 |
1531. | Eesa (eesa10) | 44.29 | 98% | 2023-05-30 |
1532. | Ahmad (ahmad7salah) | 44.29 | 98% | 2023-10-17 |
1533. | Moaath (moaath) | 44.29 | 96% | 2024-11-27 |
1534. | Mohamed (normal_eg) | 44.28 | 95% | 2023-08-23 |
1535. | pooaa (pooaa) | 44.11 | 96% | 2024-03-08 |
1536. | Mutasim Mualimi (mutasim_2001) | 44.11 | 97% | 2023-06-12 |
1537. | Josh Stevenson (montgomerykds) | 44.11 | 93% | 2025-03-13 |
1538. | Arik (_arik) | 44.10 | 97% | 2023-06-05 |
1539. | J (geonjr) | 44.09 | — | 2011-03-18 |
1540. | Vilson (vilsonkh) | 44.08 | 97% | 2023-08-23 |
1541. | Elite (getgoodelite) | 44.08 | 98% | 2023-07-17 |
1542. | ... (smthth) | 44.07 | 98% | 2023-06-28 |
1543. | azef (azef) | 44.07 | 99% | 2024-03-22 |
1544. | monochrome (artemis_05) | 44.04 | 95% | 2021-12-23 |
1545. | muffie (mufasachan) | 44.03 | 98% | 2024-04-11 |
1546. | Rohan (rohanvaghasiya) | 44.01 | 96% | 2024-07-28 |
1547. | tom (tom12233) | 43.99 | 93.8% | 2023-10-10 |
1548. | KC (hotdogkc) | 43.90 | 92% | 2012-11-27 |
1549. | Drowning (kobisherm) | 43.88 | 98% | 2023-06-09 |
1550. | Asif (asif6777) | 43.87 | 97% | 2024-02-29 |
1551. | flying511 (flying511) | 43.84 | 93.4% | 2024-10-07 |
1552. | Riddy (songridv) | 43.83 | 93% | 2023-06-06 |
1553. | melika (thymekill) | 43.83 | 97% | 2024-04-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |