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 |
---|---|---|---|---|
1173. | Don't stop when you are tir... | 49.95 | 93% | 2018-05-11 |
1174. | Mun (nandarustam) | 49.94 | 91% | 2012-12-31 |
1175. | eva (evqq) | 49.94 | 95% | 2023-06-20 |
1176. | Leaden Typer (typeryo) | 49.94 | 98.2% | 2024-04-23 |
1177. | Skye W. (xpeq7) | 49.92 | 93.8% | 2024-04-22 |
1178. | Bennett (bnnttnwhk) | 49.91 | 96% | 2021-12-10 |
1179. | J-J ✈ the jet plane (jjadup) | 49.89 | 95% | 2011-07-30 |
1180. | Mamaafrica (mamaafrica) | 49.89 | 97.1% | 2024-05-03 |
1181. | Ringo (greenberry) | 49.88 | 93% | 2013-12-16 |
1182. | Slow Typist ツ (dasasd1) | 49.87 | 92% | 2023-07-09 |
1183. | Renan (mirawa) | 49.82 | 94% | 2011-08-18 |
1184. | Nikolaus (bak15351) | 49.80 | 97% | 2024-01-26 |
1185. | Mila (woodwinds) | 49.78 | 100% | 2014-03-02 |
1186. | Johnny Sins (sins621) | 49.78 | 98% | 2024-12-12 |
1187. | obh (_r_s_) | 49.77 | 91% | 2011-05-07 |
1188. | Lorenz (lorenztheexplorer) | 49.75 | 96% | 2024-08-02 |
1189. | monkescripts (monkescripts) | 49.72 | 96% | 2024-01-11 |
1190. | Raunak (englishassignment) | 49.67 | 92% | 2023-06-09 |
1191. | Rui (trickyrlee) | 49.65 | 94% | 2024-05-21 |
1192. | Leonardo (leleoalmeida) | 49.64 | 98% | 2023-07-29 |
1193. | Keyun (keyun21) | 49.64 | 94% | 2023-06-20 |
1194. | rede (rede01) | 49.62 | 97% | 2024-04-26 |
1195. | Alex (angrynerd) | 49.59 | 93% | 2015-09-14 |
1196. | Amit (amitkumariitm) | 49.57 | 95.9% | 2025-01-16 |
1197. | Duy (azioyon) | 49.55 | 96% | 2024-06-10 |
1198. | sakhaprox (rportnoy) | 49.52 | — | 2010-12-22 |
1199. | An (annoyed) | 49.52 | — | 2009-12-26 |
1200. | Chals (djchals) | 49.52 | 98% | 2023-08-09 |
1201. | Sayan (sayan_c) | 49.47 | 95% | 2023-06-11 |
1202. | kinisslearner (kinesislearner) | 49.47 | 96% | 2024-05-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |