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 |
|---|---|---|---|---|
| 236. | Vishal Singh Adhikari (vizz... | 75.31 | 98.8% | 2024-05-09 |
| 237. | SeeStarz (mfahrim) | 75.31 | 95% | 2024-11-29 |
| 238. | KTH (kthmanish) | 75.20 | 99% | 2024-08-08 |
| 239. | xlsv (asilvano) | 75.19 | 96% | 2024-09-30 |
| 240. | Jacky (jackyx5724) | 75.15 | 99% | 2011-08-13 |
| 241. | gavinc (klontz) | 75.12 | 93% | 2020-11-18 |
| 242. | Shoemaker-Levy 9 (atthetop) | 75.09 | 95% | 2018-11-01 |
| 243. | Angly (liciti) | 74.98 | 99% | 2020-12-04 |
| 244. | S (4locofoco) | 74.94 | 98% | 2019-07-31 |
| 245. | Kevin Z (dwuxcu6q4) | 74.78 | 96% | 2024-08-02 |
| 246. | (hengnix) | 74.76 | 98% | 2025-03-04 |
| 247. | Chris (trishmapow2) | 74.71 | 98% | 2017-10-09 |
| 248. | Tom (tgbrooks) | 74.69 | 97% | 2013-07-16 |
| 249. | olari (olaridv) | 74.68 | 99% | 2019-10-09 |
| 250. | (vonunov) | 74.66 | 90% | 2014-06-25 |
| 251. | Gideon (gideonbear) | 74.61 | 98.1% | 2023-09-22 |
| 252. | Sourav (srax) | 74.58 | 97% | 2023-06-03 |
| 253. | nullchilly (tuwuna) | 74.53 | 98% | 2021-11-13 |
| 254. | cole (socol) | 74.53 | 98% | 2024-07-22 |
| 255. | sunglass (sunglassdev) | 74.50 | 96% | 2024-08-09 |
| 256. | rob (costanzajpg) | 74.38 | 90% | 2016-09-19 |
| 257. | Grigor (grigor) | 74.33 | 96% | 2014-11-24 |
| 258. | Albert (hsabove) | 74.19 | 96% | 2023-11-05 |
| 259. | zhm (keshi_lvr) | 74.18 | 95% | 2025-04-23 |
| 260. | Ben (benjkcw) | 74.12 | 97% | 2017-10-06 |
| 261. | Lee (cytokid101) | 74.07 | 93% | 2011-06-18 |
| 262. | Alex (pumaking49) | 74.05 | 90% | 2013-08-03 |
| 263. | 100 (soulitzer3) | 74.04 | 97% | 2017-01-26 |
| 264. | Wumbo (jap23) | 73.97 | 98% | 2015-05-04 |
| 265. | Alexey (reggies) | 73.91 | 96% | 2014-10-12 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |