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 |
---|---|---|---|---|
2332. | Abdullah (infinity_divide_b... | 34.77 | 97% | 2023-05-24 |
2333. | Exsieg (exsiegcrosspath) | 34.77 | 95% | 2024-01-10 |
2334. | bishwas dhakal (bdhakal) | 34.77 | 98% | 2024-02-09 |
2335. | chief (h34th) | 34.77 | 93% | 2023-06-21 |
2336. | Brock (brocky) | 34.76 | 93% | 2017-06-08 |
2337. | Finnex (feignnext) | 34.76 | 93% | 2024-12-04 |
2338. | Viacheslav (krevetko) | 34.75 | 91% | 2023-05-22 |
2339. | T (tchamb) | 34.74 | 97% | 2017-07-05 |
2340. | Alex (yettibvc) | 34.73 | 95% | 2024-10-02 |
2341. | Wassim (shiuryy) | 34.69 | 95% | 2024-10-24 |
2342. | Aaron (ron1215) | 34.69 | 95% | 2024-07-17 |
2343. | Usain Bolt (shaheer0) | 34.68 | 96% | 2024-09-01 |
2344. | KralTi (kralt) | 34.65 | 97% | 2025-04-06 |
2345. | TPOG (tpog) | 34.62 | 96% | 2017-07-21 |
2346. | Mohammed (drmfmsa) | 34.62 | 92% | 2012-11-11 |
2347. | Jeremy (jejeworld) | 34.60 | 95% | 2023-07-09 |
2348. | Nikhil Patil (nikhilnick) | 34.58 | 97% | 2022-02-03 |
2349. | Keriat (keriat) | 34.56 | 97% | 2014-04-05 |
2350. | Amr (amr_ka) | 34.55 | 94% | 2023-06-12 |
2351. | Oraz Gulchayew (orazgulcayew) | 34.54 | 95% | 2023-07-14 |
2352. | Stygian (untimely_demise) | 34.53 | 93% | 2011-10-06 |
2353. | Adi (adiludmer88) | 34.53 | 92% | 2023-07-16 |
2354. | Akhil (akhillasrado) | 34.51 | 91% | 2014-03-10 |
2355. | Bobby (mully21) | 34.49 | 94% | 2012-12-19 |
2356. | maruf (maruf1010) | 34.48 | 97% | 2018-04-06 |
2357. | Sansar (sansar_) | 34.48 | 91% | 2023-05-29 |
2358. | asdf (kangarrou) | 34.40 | 87% | 2015-01-24 |
2359. | janthenigga (jan123lasit) | 34.39 | 94% | 2023-10-14 |
2360. | clinton (papa_bear_clinton) | 34.39 | 97% | 2024-12-23 |
2361. | Johan (anderssonjohan) | 34.38 | 84% | 2014-01-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |