Inusah (inusah)

Race #3535

View Pit Stop page for race #3535 by inusahGhost race

View profile for Inusah (inusah)

Official speed 63.11 wpm (29.28 seconds elapsed during race)
Without ending ping 63.96 wpm (391 ms delay sending score to TypeRacer’s server)
Timerless 65.38 wpm (624 ms elapsed before first character typed; 28.27 seconds elapsed during race)
Timerless minus one 64.95 wpm, ignoring the first character typed
Race Start November 15, 2023 10:52:49am UTC
Race Finish November 15, 2023 10:53:19am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 22.09
Text #10002 (Length: 154 characters)

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")

Characters typed 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")
Timing
Character i m p o r t o s i m p o r t s y s d e f
Milliseconds 624 240 184 105 188 156 95 184 93 149 74 205 142 94 139 197 77 240 122 112 97 160 173 141 193
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 66 164 197 250 240 168 88 148 183 110 120 209 142 232 339 260 217 161 292 267 120 326 151 159 167
Character = o s . f o r k ( ) i f n o t p i d : o
Milliseconds 152 173 106 154 128 188 134 71 190 301 140 437 384 174 117 165 83 102 116 289 173 139 319 135 180
Character s . e x e c v p ( p r o g r a m , p r o g r a m
Milliseconds 110 152 382 251 231 235 211 176 309 248 101 145 293 184 89 164 243 103 224 138 58 167 189 72 151
Character + a r g s ) r e t u r n o s . w a i t ( )
Milliseconds 128 272 137 166 177 203 128 290 170 249 110 151 166 77 145 161 224 122 160 116 163 202 216 329 66
Character [ 0 ] r u n ( " p y t h o n " , " h e l l o .
Milliseconds 271 621 295 244 294 123 180 241 222 239 140 258 39 106 131 322 283 160 220 241 123 121 142 174 231
Character p y " )
Milliseconds 224 234 336 212
WPM Timing
Seconds WPM
0.59 0
1.17 40.98
1.76 47.81
2.34 61.47
2.93 65.57
3.51 68.3
4.1 70.25
4.69 71.72
5.27 70.58
5.86 71.72
6.44 70.78
7.03 68.3
7.61 67.78
8.2 67.33
8.78 65.57
9.37 66.59
9.96 67.5
10.54 67.16
11.13 65.78
11.71 65.57
12.3 67.33
12.88 67.06
13.47 65.93
14.06 65.74
14.64 65.57
15.23 64.62
15.81 63.75
16.4 64.4
16.98 64.3
17.57 65.57
18.15 66.1
18.74 65.95
19.33 65.82
19.91 65.69
20.5 66.15
21.08 66.02
21.67 67.01
22.25 66.32
22.84 66.2
23.43 65.06
24.01 64.47
24.6 64.4
25.18 63.85
25.77 64.73
26.35 64.2
26.94 64.14
27.53 64.52
28.11 64.46
28.7 63.98
29.28 63.11