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 |
---|---|---|---|---|
212. | Minnie (dalamus) | 75.65 | 97% | 2019-07-11 |
213. | Cuyler (trekkie) | 75.63 | 97% | 2011-08-13 |
214. | Aren (tl8xv) | 75.62 | 98% | 2023-05-23 |
215. | supraaxdd (supraaxdd) | 75.60 | 100% | 2024-08-27 |
216. | w (artemisfowl3rd) | 75.57 | 94% | 2013-12-13 |
217. | Albertus (ioie98) | 75.52 | 95% | 2015-10-20 |
218. | Insy (insy) | 75.43 | — | 2011-01-28 |
219. | Douglas (douglassegatto) | 75.32 | 84% | 2013-01-21 |
220. | Milos (xcoder) | 75.31 | — | 2011-02-18 |
221. | TC (tccaetano) | 75.31 | 95% | 2011-10-13 |
222. | Vishal Singh Adhikari (vizz... | 75.31 | 99% | 2024-05-09 |
223. | SeeStarz (mfahrim) | 75.31 | 95% | 2024-11-29 |
224. | KTH (kthmanish) | 75.20 | 99% | 2024-08-08 |
225. | xlsv (asilvano) | 75.19 | 96% | 2024-09-30 |
226. | Jacky (jackyx5724) | 75.15 | 99% | 2011-08-13 |
227. | gavinc (klontz) | 75.12 | 93% | 2020-11-18 |
228. | Shoemaker-Levy 9 (atthetop) | 75.09 | 95% | 2018-11-01 |
229. | Angly (liciti) | 74.98 | 99% | 2020-12-04 |
230. | S (4locofoco) | 74.94 | 98% | 2019-07-31 |
231. | Kevin Z (dwuxcu6q4) | 74.78 | 96% | 2024-08-02 |
232. | (hengnix) | 74.76 | 98% | 2025-03-04 |
233. | Chris (trishmapow2) | 74.71 | 98% | 2017-10-09 |
234. | Tom (tgbrooks) | 74.69 | 97% | 2013-07-16 |
235. | olari (olaridv) | 74.68 | 99% | 2019-10-09 |
236. | (vonunov) | 74.66 | 90% | 2014-06-25 |
237. | Gideon (gideonbear) | 74.61 | 98.1% | 2023-09-22 |
238. | Sourav (srax) | 74.58 | 97% | 2023-06-03 |
239. | nullchilly (tuwuna) | 74.53 | 98% | 2021-11-13 |
240. | cole (socol) | 74.53 | 98% | 2024-07-22 |
241. | sunglass (sunglassdev) | 74.50 | 96% | 2024-08-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |