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 |
---|---|---|---|---|
2248. | Alex (yettibvc) | 34.73 | 95% | 2024-10-02 |
2249. | PastaSmuggler (pasta_smuggler) | 34.72 | 96% | 2024-09-18 |
2250. | Wassim (shiuryy) | 34.69 | 95% | 2024-10-24 |
2251. | Aaron (ron1215) | 34.69 | 95% | 2024-07-17 |
2252. | Usain Bolt (shaheer0) | 34.68 | 96% | 2024-09-01 |
2253. | TPOG (tpog) | 34.62 | 96% | 2017-07-21 |
2254. | Mohammed (drmfmsa) | 34.62 | 92% | 2012-11-11 |
2255. | Jeremy (jejeworld) | 34.60 | 95% | 2023-07-09 |
2256. | Nikhil Patil (nikhilnick) | 34.58 | 97% | 2022-02-03 |
2257. | Keriat (keriat) | 34.56 | 97% | 2014-04-05 |
2258. | Amr (amr_ka) | 34.55 | 94% | 2023-06-12 |
2259. | Oraz Gulchayew (orazgulcayew) | 34.54 | 95% | 2023-07-14 |
2260. | Stygian (untimely_demise) | 34.53 | 93% | 2011-10-06 |
2261. | Adi (adiludmer88) | 34.53 | 92% | 2023-07-16 |
2262. | Akhil (akhillasrado) | 34.51 | 91% | 2014-03-10 |
2263. | Bobby (mully21) | 34.49 | 94% | 2012-12-19 |
2264. | maruf (maruf1010) | 34.48 | 97% | 2018-04-06 |
2265. | Sansar (sansar_) | 34.48 | 91% | 2023-05-29 |
2266. | asdf (kangarrou) | 34.40 | 87% | 2015-01-24 |
2267. | janthenigga (jan123lasit) | 34.39 | 94% | 2023-10-14 |
2268. | Johan (anderssonjohan) | 34.38 | 84% | 2014-01-07 |
2269. | iKelsio (ikelsio) | 34.37 | 99% | 2023-08-01 |
2270. | d (braandon) | 34.34 | 94% | 2017-10-16 |
2271. | WARLOCK (walrlock_09) | 34.34 | 95% | 2023-11-01 |
2272. | millow (millow) | 34.34 | 93% | 2024-07-09 |
2273. | murgahahaha (murgahahaha) | 34.33 | 95% | 2024-02-16 |
2274. | Samuel (samsonite4002) | 34.28 | 96% | 2023-07-25 |
2275. | tsushima (tsushima) | 34.28 | 93.8% | 2024-02-21 |
2276. | black. (idkmyfriend) | 34.27 | 95% | 2022-05-23 |
2277. | Mati (munzirae86) | 34.25 | 90% | 2013-11-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |