Drago (ldragol)

Race #5

View Pit Stop page for race #5 by ldragolGhost race

View profile for Drago (ldragol)

Official speed 391.77 wpm (4.72 seconds elapsed during race)
Without ending ping 420.38 wpm (321 ms delay sending score to TypeRacer’s server)
Timerless 626.44 wpm (1,446 ms elapsed before first character typed; 2.95 seconds elapsed during race)
Timerless minus one 622.37 wpm, ignoring the first character typed
Race Start December 30, 2024 12:47:42am UTC
Race Finish December 30, 2024 12:47:47am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 137.12
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 1446 6 6 6 7 0 12 108 0 10 107 0 11 7 0 11 12 103 5 8 13 107 0 7 6
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 109 10 6 8 0 12 6 7 8 0 10 0 12 102 12 5 8 11 6 12 0 109 10 0 8
Character = o s . f o r k ( ) i f n o t p i d : o
Milliseconds 105 0 116 0 0 5 7 5 11 6 7 5 103 5 7 110 9 9 10 108 4 6 0 13 107
Character s . e x e c v p ( p r o g r a m , p r o g r a m
Milliseconds 12 0 12 0 0 5 7 7 7 0 11 5 6 8 6 6 11 6 109 10 8 0 7 6 0
Character + a r g s ) r e t u r n o s . w a i t ( )
Milliseconds 6 103 6 103 11 0 14 6 6 115 0 0 10 0 9 12 107 0 12 7 8 10 0 7 11
Character [ 0 ] r u n ( " p y t h o n " , " h e l l o .
Milliseconds 0 0 8 5 103 11 0 8 0 12 0 9 9 6 7 0 14 0 110 0 6 8 0 11 0
Character p y " )
Milliseconds 11 8 6 5
WPM Timing
Seconds WPM
0.09 0
0.19 0
0.28 0
0.38 0
0.47 0
0.57 0
0.66 0
0.75 0
0.85 0
0.94 0
1.04 0
1.13 0
1.23 0
1.32 0
1.42 0
1.51 55.65
1.6 74.82
1.7 70.66
1.79 113.81
1.89 133.56
1.98 127.2
2.08 144.54
2.17 193.56
2.26 201.39
2.36 234.04
2.45 229.93
2.55 235.55
2.64 236.22
2.74 267.55
2.83 262.87
2.92 266.7
3.02 274.27
3.11 281.37
3.21 276.84
3.3 319.81
3.4 328.59
3.49 347.21
3.58 338.08
3.68 335.93
3.77 346.61
3.87 356.77
3.96 351.31
4.06 381.59
4.15 372.92
4.25 404.2
4.34 395.42
4.43 416.77
4.53 408.09
4.62 399.76
4.72 391.77