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 |
---|---|---|---|---|
1128. | MrBoombastic (mr_boombaastic) | 50.41 | 98% | 2021-07-10 |
1129. | ArifAli (testingyu) | 50.39 | 94.9% | 2024-10-08 |
1130. | Simona (simona11) | 50.37 | 95% | 2025-02-28 |
1131. | LIL B (adreto123) | 50.33 | 94% | 2024-06-25 |
1132. | Technicll (technicll) | 50.29 | 93% | 2023-11-15 |
1133. | 💉 (milan_) | 50.25 | 92% | 2018-05-25 |
1134. | cuter (fluffvin) | 50.24 | 94% | 2024-04-08 |
1135. | hilsny (hilsny) | 50.23 | 92% | 2017-11-03 |
1136. | Ravi (lamkoti) | 50.22 | 95% | 2023-06-23 |
1137. | Free Palestine (anas150khan) | 50.20 | 99% | 2024-09-30 |
1138. | Nikhil (nik9) | 50.20 | 95% | 2024-07-28 |
1139. | tstats[hayase] (hayase) | 50.20 | 93% | 2025-05-10 |
1140. | Soumya RP (soumyarp) | 50.19 | 96% | 2024-02-19 |
1141. | john mat (john_mat) | 50.18 | 97% | 2023-07-21 |
1142. | senan (senan1) | 50.17 | 94% | 2024-10-11 |
1143. | Kevin (kvbx) | 50.14 | 95% | 2017-03-30 |
1144. | Intertial (yuvi_birdi) | 50.12 | 94% | 2022-11-24 |
1145. | rainbowmeh (rainbowmeh_) | 50.12 | 95% | 2023-07-02 |
1146. | isthislewz (isthislewz) | 50.11 | 98% | 2023-07-08 |
1147. | wangolo (invicible_target) | 50.06 | 91% | 2013-08-12 |
1148. | Arif (arifali) | 50.04 | 96.6% | 2023-12-07 |
1149. | Dem13wi (dem13wi_real) | 50.02 | 100% | 2025-01-19 |
1150. | sage (sagemcquackerton) | 50.01 | 96% | 2024-12-10 |
1151. | emu (emu995) | 49.99 | 89% | 2012-01-28 |
1152. | dawn. (sofacan1) | 49.98 | 94% | 2024-12-13 |
1153. | Devesh (dev344) | 49.96 | 92% | 2014-01-22 |
1154. | M@ (entr0py33) | 49.96 | 93% | 2011-07-07 |
1155. | Paul (masterxilo) | 49.95 | 95% | 2013-03-27 |
1156. | Don't stop when you are tir... | 49.95 | 93% | 2018-05-11 |
1157. | Mun (nandarustam) | 49.94 | 91% | 2012-12-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |