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 |
---|---|---|---|---|
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 |
1459. | kl;fjsdfj (numberman) | 45.35 | 98% | 2011-10-03 |
1460. | Ricardo (richardgomes7d) | 45.31 | 95% | 2015-12-23 |
1461. | E (the_fast_one) | 45.27 | 96% | 2023-06-25 |
1462. | Benjin (benjin7) | 45.25 | 95% | 2023-08-09 |
1463. | Janky (jankyv8) | 45.25 | 95% | 2023-08-01 |
1464. | 🔻KareemHany_FreePalestin... | 45.23 | 95.1% | 2024-01-09 |
1465. | Marcelo (kokosensei) | 45.23 | 98% | 2024-10-17 |
1466. | Sumit (sysoutme) | 45.22 | 93% | 2022-09-13 |
1467. | slaweq (slaweq) | 45.22 | 97% | 2025-05-12 |
1468. | Monte Carlo (polishtyper) | 45.21 | 89% | 2015-11-09 |
1469. | Elizabeth (emurguia663) | 45.21 | 98% | 2024-10-21 |
1470. | Mathias (blasyre) | 45.20 | 91% | 2014-02-09 |
1471. | Omer (omer_nukic) | 45.20 | 95% | 2021-10-08 |
1472. | v (invalidanswer) | 45.19 | 87% | 2017-03-09 |
1473. | daniel (daniel_2007) | 45.19 | 94% | 2023-10-05 |
1474. | Tesla (pyromatical) | 45.18 | 98% | 2015-03-27 |
1475. | Polish (gtadragonball) | 45.18 | 93% | 2023-05-25 |
1476. | Sudip (donda) | 45.16 | 96% | 2023-10-06 |
1477. | 🔮Ârnaldø🔮 (zerozemos) | 45.14 | 96% | 2025-02-02 |
1478. | Ayush (xxelectronxx) | 45.13 | 96% | 2018-05-22 |
1479. | Zoan24 (zoanhy24) | 45.12 | 96% | 2023-07-07 |
1480. | Venki (itzmesriram) | 45.11 | — | 2011-01-28 |
1481. | Eugene (ewyxus) | 45.11 | 96% | 2023-06-22 |
1482. | michael_rains (michael_rains) | 45.10 | 95% | 2024-05-21 |
1483. | Electric (cuitcuit) | 45.08 | 95% | 2022-02-12 |
1484. | Ryan (rpuskas) | 45.07 | 94% | 2015-06-20 |
1485. | James (andromeduck) | 45.03 | 96% | 2014-02-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |