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 |
---|---|---|---|---|
2190. | More Hurry Less Speed (just... | 36.44 | 87% | 2011-07-28 |
2191. | Xaddre (xaddre) | 36.44 | 94% | 2023-07-01 |
2192. | Henry (ancientmethuzelah) | 36.43 | 95% | 2017-11-28 |
2193. | nondon (nondon) | 36.43 | — | 2011-02-18 |
2194. | Daniel (kix512) | 36.42 | 97% | 2023-03-29 |
2195. | riverbank (riverbank) | 36.42 | 94.8% | 2024-01-25 |
2196. | Jhosmar (jhosmarmamani) | 36.42 | 94% | 2025-05-24 |
2197. | German (german_montejo) | 36.41 | 90% | 2015-04-14 |
2198. | Deepak (night_frost) | 36.39 | 93% | 2024-03-13 |
2199. | Kuruma (kuruma404) | 36.38 | 94% | 2023-10-19 |
2200. | Bradley (coolguybrad) | 36.38 | 96% | 2023-07-21 |
2201. | Hermano95 (kovacsgellertpal) | 36.38 | 97% | 2025-03-11 |
2202. | Brandon (thisisbs1337) | 36.37 | — | 2011-04-05 |
2203. | Ranit (colemakgang) | 36.35 | 92% | 2020-11-24 |
2204. | VEGA (zoonear) | 36.35 | 93% | 2025-07-04 |
2205. | Uziel1595 (uziel1595) | 36.34 | 95% | 2023-06-25 |
2206. | Rana (rana_1996) | 36.33 | 95% | 2020-01-22 |
2207. | Zeyad (zeyad_mohamed) | 36.33 | 92% | 2023-06-01 |
2208. | Samad (samad_20) | 36.33 | 96% | 2021-08-30 |
2209. | mort (mort96) | 36.31 | 90% | 2013-12-28 |
2210. | kleeon (kleeon) | 36.31 | 92% | 2023-10-23 |
2211. | into-the-abyss (_yash_) | 36.30 | 96% | 2023-06-02 |
2212. | AR (h_u_h_) | 36.29 | 93% | 2024-03-19 |
2213. | Gaurav (gv_vik) | 36.28 | 96% | 2023-07-09 |
2214. | KK (krina521) | 36.26 | 94% | 2023-05-26 |
2215. | Joshua (joshuakael) | 36.26 | 90.8% | 2023-09-23 |
2216. | SmiLeCraFt (smilecraft) | 36.25 | 94% | 2024-02-13 |
2217. | fourier (fourier55) | 36.23 | 96% | 2023-10-03 |
2218. | Kevin (kevinrangel88) | 36.20 | 95% | 2023-09-17 |
2219. | NTLG1 (ntlg1) | 36.20 | 93% | 2025-02-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |