Jacob (jystringfellow)

Race #1

View Pit Stop page for race #1 by jystringfellowGhost race

View profile for Jacob (jystringfellow)

Official speed 64.37 wpm (28.71 seconds elapsed during race)
Without ending ping 64.64 wpm (120 ms delay sending score to TypeRacer’s server)
Timerless 66.05 wpm (612 ms elapsed before first character typed; 27.98 seconds elapsed during race)
Timerless minus one 65.63 wpm, ignoring the first character typed
Race Start January 19, 2024 11:09:41pm UTC
Race Finish January 19, 2024 11:10:10pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 22.53
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 612 6 85 72 98 281 161 298 115 75 199 151 33 73 44 134 122 87 106 52 156 159 139 99 101
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 156 65 164 230 246 76 105 111 103 70 83 138 105 332 315 96 196 129 258 252 137 252 119 60 241
Character = o s . f o r k ( ) i f n o t p i d : o
Milliseconds 160 80 267 92 177 384 63 91 87 205 85 657 161 103 82 94 71 63 110 259 72 73 247 82 272
Character s . e x e c v p ( p r o g r a m , p r o g r a m
Milliseconds 126 293 217 149 434 767 642 96 336 194 112 104 121 119 59 114 268 104 215 116 74 104 158 58 60
Character + a r g s ) r e t u r n o s . w a i t ( )
Milliseconds 485 314 440 119 119 216 266 197 295 173 90 117 72 81 104 75 179 76 202 496 99 125 79 190 54
Character [ 0 ] r u n ( " p y t h o n " , " h e l l o .
Milliseconds 325 386 514 500 179 129 157 388 350 305 123 65 88 96 96 305 321 69 920 214 64 110 170 337 270
Character p y " )
Milliseconds 226 141 325 179
WPM Timing
Seconds WPM
0.57 0
1.15 52.25
1.72 55.73
2.3 73.15
2.87 83.6
3.45 83.6
4.02 83.6
4.59 83.6
5.17 88.24
5.74 81.51
6.32 81.7
6.89 80.11
7.46 78.77
8.04 79.12
8.61 76.63
9.19 78.37
9.76 74.99
10.34 76.63
10.91 78.1
11.48 77.33
12.06 76.63
12.63 75.05
13.21 72.69
13.78 70.54
14.35 69.39
14.93 69.13
15.5 70.44
16.08 70.16
16.65 72.07
17.23 70.36
17.8 68.77
18.37 69.23
18.95 68.4
19.52 69.46
20.1 70.46
20.67 69.08
21.24 70.61
21.82 69.3
22.39 68.06
22.97 67.4
23.54 67.29
24.12 66.18
24.69 66.59
25.26 66.97
25.84 66.41
26.41 64.97
26.99 65.37
27.56 64.88
28.13 64.83
28.71 64.37