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 |
---|---|---|---|---|
229. | gavinc (klontz) | 75.12 | 93% | 2020-11-18 |
230. | Shoemaker-Levy 9 (atthetop) | 75.09 | 95% | 2018-11-01 |
231. | Angly (liciti) | 74.98 | 99% | 2020-12-04 |
232. | S (4locofoco) | 74.94 | 98% | 2019-07-31 |
233. | Kevin Z (dwuxcu6q4) | 74.78 | 96% | 2024-08-02 |
234. | (hengnix) | 74.76 | 98% | 2025-03-04 |
235. | Chris (trishmapow2) | 74.71 | 98% | 2017-10-09 |
236. | Tom (tgbrooks) | 74.69 | 97% | 2013-07-16 |
237. | olari (olaridv) | 74.68 | 99% | 2019-10-09 |
238. | (vonunov) | 74.66 | 90% | 2014-06-25 |
239. | Gideon (gideonbear) | 74.61 | 98.1% | 2023-09-22 |
240. | Sourav (srax) | 74.58 | 97% | 2023-06-03 |
241. | nullchilly (tuwuna) | 74.53 | 98% | 2021-11-13 |
242. | cole (socol) | 74.53 | 98% | 2024-07-22 |
243. | sunglass (sunglassdev) | 74.50 | 96% | 2024-08-09 |
244. | rob (costanzajpg) | 74.38 | 90% | 2016-09-19 |
245. | Grigor (grigor) | 74.33 | 96% | 2014-11-24 |
246. | Albert (hsabove) | 74.19 | 96% | 2023-11-05 |
247. | Ben (benjkcw) | 74.12 | 97% | 2017-10-06 |
248. | Lee (cytokid101) | 74.07 | 93% | 2011-06-18 |
249. | Alex (pumaking49) | 74.05 | 90% | 2013-08-03 |
250. | 100 (soulitzer3) | 74.04 | 97% | 2017-01-26 |
251. | Wumbo (jap23) | 73.97 | 98% | 2015-05-04 |
252. | Alexey (reggies) | 73.91 | 96% | 2014-10-12 |
253. | Martin (mpgo13) | 73.86 | — | 2011-04-30 |
254. | chien (chien) | 73.80 | 97% | 2013-08-23 |
255. | Ryan (chrissypoopoo) | 73.66 | 97% | 2023-09-15 |
256. | Michael (mouzshin) | 73.65 | 96% | 2013-04-22 |
257. | صَقْرُ السُّرْ... | 73.61 | 99% | 2024-09-14 |
258. | Chong (ahzong) | 73.51 | 97% | 2020-11-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |