Official speed |
81.31 wpm (40.14 seconds elapsed during race) |
Without ending ping |
81.63 wpm (1,630 ms delay sending score to TypeRacer’s server) |
Timerless |
81.64 wpm (4 ms elapsed before first character typed; 38.51 seconds elapsed during race) |
Timerless minus one |
81.33 wpm, ignoring the first character typed |
Race Start |
December 12, 2024 2:12:22am UTC |
Race Finish |
December 12, 2024 2:13:02am UTC |
Outcome |
No win (1 of 1) |
Accuracy |
99.2% |
Points |
52.85 |
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 dicses..." print "The bvalues are...." print random.randint(min, max) print random.randint(min, max) roll_again = raw_input("Roll the dices again?") |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
r |
a |
n |
d |
o |
m |
|
m |
i |
n |
|
= |
|
1 |
|
m |
a |
x |
Milliseconds |
4 |
107 |
76 |
74 |
118 |
156 |
124 |
301 |
94 |
81 |
141 |
76 |
91 |
129 |
139 |
101 |
131 |
111 |
140 |
141 |
47 |
173 |
130 |
59 |
194 |
Character |
|
= |
|
6 |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
|
" |
y |
e |
s |
" |
|
w |
Milliseconds |
106 |
125 |
102 |
198 |
142 |
392 |
59 |
318 |
122 |
771 |
336 |
170 |
99 |
83 |
77 |
80 |
209 |
75 |
285 |
232 |
91 |
92 |
304 |
71 |
217 |
Character |
h |
i |
l |
e |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
= |
|
" |
y |
e |
s |
" |
|
Milliseconds |
25 |
141 |
35 |
182 |
84 |
292 |
71 |
260 |
170 |
353 |
173 |
105 |
73 |
90 |
90 |
164 |
181 |
95 |
120 |
202 |
267 |
53 |
84 |
356 |
83 |
Character |
o |
r |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
= |
|
" |
y |
" |
: |
|
p |
r |
i |
Milliseconds |
206 |
95 |
116 |
169 |
109 |
180 |
138 |
210 |
177 |
98 |
84 |
81 |
60 |
109 |
127 |
146 |
99 |
193 |
517 |
215 |
247 |
170 |
173 |
79 |
69 |
Character |
n |
t |
|
" |
R |
o |
l |
l |
i |
n |
g |
|
t |
h |
e |
|
d |
i |
c |
s |
-s |
e |
s |
. |
. |
Milliseconds |
71 |
95 |
132 |
170 |
262 |
128 |
162 |
132 |
116 |
99 |
102 |
106 |
70 |
89 |
51 |
82 |
136 |
76 |
141 |
131 |
508 |
103 |
42 |
339 |
136 |
Character |
. |
" |
|
p |
r |
i |
n |
t |
|
" |
T |
h |
e |
|
b |
-b |
v |
a |
l |
u |
e |
s |
|
a |
r |
Milliseconds |
135 |
216 |
137 |
114 |
107 |
63 |
66 |
92 |
119 |
145 |
380 |
74 |
94 |
90 |
279 |
336 |
96 |
41 |
144 |
52 |
99 |
67 |
60 |
132 |
80 |
Character |
e |
. |
. |
. |
. |
" |
|
p |
r |
i |
n |
t |
|
r |
a |
n |
d |
o |
m |
. |
r |
a |
n |
d |
i |
Milliseconds |
73 |
295 |
160 |
130 |
138 |
188 |
105 |
153 |
98 |
86 |
66 |
115 |
109 |
365 |
82 |
26 |
138 |
92 |
75 |
173 |
162 |
96 |
57 |
67 |
187 |
Character |
n |
t |
( |
m |
i |
n |
, |
|
m |
a |
x |
) |
|
p |
r |
i |
n |
t |
|
r |
a |
n |
d |
o |
m |
Milliseconds |
98 |
68 |
249 |
177 |
91 |
105 |
189 |
94 |
150 |
106 |
143 |
265 |
148 |
162 |
128 |
95 |
83 |
66 |
154 |
458 |
106 |
136 |
387 |
42 |
80 |
Character |
. |
r |
a |
n |
d |
i |
n |
t |
( |
m |
i |
n |
, |
|
m |
a |
x |
) |
|
r |
o |
l |
l |
_ |
a |
Milliseconds |
162 |
173 |
91 |
99 |
123 |
90 |
82 |
110 |
200 |
177 |
103 |
83 |
198 |
77 |
166 |
83 |
156 |
295 |
138 |
208 |
87 |
154 |
147 |
251 |
124 |
Character |
g |
a |
i |
n |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
R |
o |
l |
l |
|
t |
h |
Milliseconds |
97 |
97 |
35 |
107 |
108 |
127 |
113 |
134 |
99 |
659 |
290 |
264 |
90 |
76 |
124 |
74 |
203 |
185 |
350 |
153 |
176 |
129 |
70 |
91 |
76 |
Character |
e |
|
d |
i |
c |
e |
s |
|
a |
g |
a |
i |
n |
? |
" |
) |
Milliseconds |
31 |
118 |
112 |
66 |
347 |
194 |
40 |
110 |
92 |
54 |
111 |
83 |
84 |
193 |
165 |
186 |
|
WPM Timing |
Seconds |
WPM |
0.8 |
104.63 |
1.61 |
104.63 |
2.41 |
104.63 |
3.21 |
100.89 |
4.01 |
92.67 |
4.82 |
84.7 |
5.62 |
76.87 |
6.42 |
80.34 |
7.23 |
78.05 |
8.03 |
79.22 |
8.83 |
78.81 |
9.63 |
77.22 |
10.44 |
79.33 |
11.24 |
77.94 |
12.04 |
78.72 |
12.85 |
78.47 |
13.65 |
80.89 |
14.45 |
78.05 |
15.25 |
77.88 |
16.06 |
78.47 |
16.86 |
79 |
17.66 |
80.85 |
18.47 |
78.63 |
19.27 |
77.85 |
20.07 |
79.52 |
20.87 |
78.76 |
21.68 |
78.61 |
22.48 |
79 |
23.28 |
79.37 |
24.09 |
79.22 |
24.89 |
80.52 |
25.69 |
81.27 |
26.49 |
81.53 |
27.3 |
81.33 |
28.1 |
81.14 |
28.9 |
80.55 |
29.71 |
81.2 |
30.51 |
81.42 |
31.31 |
81.63 |
32.11 |
81.46 |
32.92 |
81.66 |
33.72 |
81.85 |
34.52 |
80.64 |
35.33 |
80.85 |
36.13 |
80.05 |
36.93 |
81.23 |
37.73 |
81.41 |
38.54 |
84.7 |
39.34 |
82.97 |
40.14 |
81.31 |
|