Official speed |
86.44 wpm (37.76 seconds elapsed during race) |
Without ending ping |
86.99 wpm (1,619 ms delay sending score to TypeRacer’s server) |
Timerless |
87.92 wpm (381 ms elapsed before first character typed; 35.76 seconds elapsed during race) |
Timerless minus one |
87.58 wpm, ignoring the first character typed |
Race Start |
December 1, 2024 5:14:07am UTC |
Race Finish |
December 1, 2024 5:14:45am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.2% |
Points |
56.19 |
Text |
#10017 (Length: 272 characters) import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or roll_again == "y": print "Rolling the dices..." print "The values are...." print random.randint(min, max) print random.randint(min, max) roll_again = raw_input("Roll the dices again?") |
Characters typed |
import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or roll_again == "y": print "Rolling the dices..." print "The values are....." print random.randint(min, max) print random.randint(min, max) roll_again = raw_input("Roll the dieces again?") |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
r |
a |
n |
d |
o |
m |
|
m |
i |
n |
|
= |
|
1 |
|
m |
a |
x |
Milliseconds |
381 |
148 |
119 |
80 |
149 |
137 |
143 |
389 |
68 |
115 |
99 |
80 |
89 |
54 |
143 |
138 |
76 |
90 |
128 |
47 |
171 |
163 |
118 |
84 |
211 |
Character |
|
= |
|
6 |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
|
" |
y |
e |
s |
" |
|
w |
Milliseconds |
139 |
149 |
70 |
263 |
157 |
451 |
86 |
135 |
115 |
274 |
203 |
81 |
68 |
24 |
37 |
76 |
105 |
74 |
233 |
221 |
69 |
77 |
285 |
149 |
110 |
Character |
h |
i |
l |
e |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
= |
|
" |
y |
e |
s |
" |
|
Milliseconds |
97 |
63 |
120 |
80 |
115 |
109 |
281 |
145 |
126 |
205 |
204 |
98 |
58 |
59 |
25 |
114 |
176 |
85 |
339 |
184 |
264 |
47 |
68 |
215 |
139 |
Character |
o |
r |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
= |
|
" |
y |
" |
: |
|
p |
r |
i |
Milliseconds |
165 |
131 |
115 |
150 |
69 |
132 |
127 |
194 |
162 |
103 |
88 |
11 |
48 |
128 |
258 |
100 |
250 |
241 |
262 |
207 |
306 |
106 |
227 |
118 |
87 |
Character |
n |
t |
|
" |
R |
o |
l |
l |
i |
n |
g |
|
t |
h |
e |
|
d |
i |
c |
e |
s |
. |
. |
. |
" |
Milliseconds |
32 |
58 |
106 |
385 |
250 |
184 |
139 |
137 |
167 |
45 |
101 |
113 |
105 |
66 |
66 |
73 |
89 |
92 |
436 |
155 |
74 |
138 |
121 |
136 |
185 |
Character |
|
p |
r |
i |
n |
t |
|
" |
T |
h |
e |
|
v |
a |
l |
u |
e |
s |
|
a |
r |
e |
. |
. |
. |
Milliseconds |
114 |
177 |
96 |
85 |
43 |
43 |
92 |
303 |
477 |
187 |
86 |
96 |
104 |
57 |
66 |
46 |
44 |
60 |
144 |
100 |
63 |
33 |
258 |
129 |
132 |
Character |
. |
. |
-. |
" |
|
p |
r |
i |
n |
t |
|
r |
a |
n |
d |
o |
m |
. |
r |
a |
n |
d |
i |
n |
t |
Milliseconds |
673 |
195 |
454 |
194 |
462 |
221 |
89 |
79 |
40 |
52 |
110 |
120 |
53 |
93 |
83 |
60 |
75 |
203 |
114 |
56 |
59 |
119 |
81 |
42 |
74 |
Character |
( |
m |
i |
n |
, |
|
m |
a |
x |
) |
|
p |
r |
i |
n |
t |
|
r |
a |
n |
d |
o |
m |
. |
r |
Milliseconds |
167 |
142 |
98 |
54 |
150 |
66 |
75 |
57 |
193 |
192 |
81 |
155 |
76 |
101 |
31 |
41 |
101 |
91 |
50 |
82 |
88 |
62 |
68 |
169 |
132 |
Character |
a |
n |
d |
i |
n |
t |
( |
m |
i |
n |
, |
|
m |
a |
x |
) |
|
r |
o |
l |
l |
_ |
a |
g |
a |
Milliseconds |
86 |
101 |
114 |
108 |
58 |
89 |
181 |
144 |
121 |
48 |
171 |
67 |
97 |
77 |
192 |
202 |
78 |
115 |
67 |
143 |
150 |
450 |
167 |
76 |
67 |
Character |
i |
n |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
R |
o |
l |
l |
|
t |
h |
e |
|
Milliseconds |
66 |
33 |
85 |
117 |
70 |
372 |
102 |
145 |
260 |
205 |
46 |
92 |
111 |
40 |
156 |
222 |
352 |
263 |
150 |
150 |
109 |
114 |
84 |
61 |
85 |
Character |
d |
i |
e |
-e |
c |
e |
s |
|
a |
g |
a |
i |
n |
? |
" |
) |
Milliseconds |
114 |
125 |
240 |
318 |
86 |
117 |
106 |
82 |
267 |
175 |
59 |
81 |
28 |
184 |
193 |
224 |
|
WPM Timing |
Seconds |
WPM |
0.76 |
63.56 |
1.51 |
55.61 |
2.27 |
79.45 |
3.02 |
87.39 |
3.78 |
85.8 |
4.53 |
79.45 |
5.29 |
79.45 |
6.04 |
85.41 |
6.8 |
82.98 |
7.55 |
87.39 |
8.31 |
85.23 |
9.06 |
87.39 |
9.82 |
85.56 |
10.57 |
85.12 |
11.33 |
85.8 |
12.08 |
87.39 |
12.84 |
85.99 |
13.59 |
83.86 |
14.35 |
84.47 |
15.1 |
83.42 |
15.86 |
83.23 |
16.61 |
85.23 |
17.37 |
84.28 |
18.12 |
84.75 |
18.88 |
84.53 |
19.64 |
84.34 |
20.39 |
86.51 |
21.15 |
85.12 |
21.9 |
82.74 |
22.66 |
80.51 |
23.41 |
81.5 |
24.17 |
82.92 |
24.92 |
84.26 |
25.68 |
85.06 |
26.43 |
86.71 |
27.19 |
87.83 |
27.94 |
88.04 |
28.7 |
88.65 |
29.45 |
88.82 |
30.21 |
88.19 |
30.96 |
88.36 |
31.72 |
88.15 |
32.47 |
88.32 |
33.23 |
87.39 |
33.98 |
88.28 |
34.74 |
86.7 |
35.49 |
86.89 |
36.25 |
90.04 |
37.01 |
88.2 |
37.76 |
86.44 |
|