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