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 |
---|---|---|---|---|
1304. | Adam (iadam368) | 46.66 | 95% | 2020-11-20 |
1305. | Prosper (prosperhuang) | 46.65 | 97% | 2024-09-02 |
1306. | Snake (snakeman45) | 46.65 | 96% | 2025-02-14 |
1307. | Mohammmed Amine (free_pales... | 46.61 | 95% | 2024-08-17 |
1308. | Braxton (zakblak) | 46.60 | 95% | 2017-09-26 |
1309. | okaysakashi (okaysakashi) | 46.60 | 95% | 2024-10-10 |
1310. | Arvind (arvind81983) | 46.59 | 96% | 2015-07-13 |
1311. | aymen (aymenalwh) | 46.57 | 98% | 2023-07-02 |
1312. | Yamn (yamn) | 46.56 | 94% | 2017-06-20 |
1313. | Hubert (hube04) | 46.56 | 95.8% | 2023-10-23 |
1314. | 0xtgk (0xtgk) | 46.54 | 97% | 2023-09-15 |
1315. | Blake (eclypse750) | 46.54 | 98% | 2024-07-24 |
1316. | baby (babyshadow) | 46.53 | 98% | 2023-07-12 |
1317. | gonePrime (goneprime) | 46.53 | 94% | 2025-03-25 |
1318. | USS Freedom (sfmqur) | 46.49 | 97% | 2023-08-01 |
1319. | simen (weeooweeoo) | 46.47 | 98% | 2018-01-26 |
1320. | Gaurav Mali (gaurav_mali_26) | 46.46 | 94% | 2023-06-23 |
1321. | Olrepth (olrepth) | 46.40 | — | 2011-01-31 |
1322. | ILoveSelly (mkim236) | 46.40 | 95% | 2023-06-14 |
1323. | Emily (erh4ua) | 46.38 | 95% | 2015-09-17 |
1324. | 1seventh (1seventh) | 46.37 | 95% | 2021-01-31 |
1325. | wooper (crowqu) | 46.36 | 95% | 2023-05-28 |
1326. | Selyaka (ddamyanov) | 46.35 | 97% | 2023-10-22 |
1327. | Aceo (kingace) | 46.34 | 94% | 2011-06-16 |
1328. | Nate (n8thaniel) | 46.33 | 96% | 2014-03-17 |
1329. | vivek (vivek39266) | 46.27 | 98.2% | 2024-03-01 |
1330. | Flapjack (stackoflapjack) | 46.27 | 97% | 2024-05-14 |
1331. | Nima (nima_naderi) | 46.26 | 95% | 2023-04-30 |
1332. | YashmaanJS (yashmaanjs) | 46.25 | 98% | 2023-06-26 |
1333. | Alex (karma_7) | 46.22 | 94% | 2023-10-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |