Official speed |
88.10 wpm (37.05 seconds elapsed during race) |
Without ending ping |
88.67 wpm (1,590 ms delay sending score to TypeRacer’s server) |
Timerless |
89.93 wpm (499 ms elapsed before first character typed; 34.96 seconds elapsed during race) |
Timerless minus one |
89.59 wpm, ignoring the first character typed |
Race Start |
March 1, 2025 9:21:11am UTC |
Race Finish |
March 1, 2025 9:21:48am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
97.9% |
Points |
57.27 |
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 randomrand.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 |
499 |
115 |
56 |
43 |
48 |
133 |
93 |
80 |
78 |
41 |
126 |
49 |
67 |
90 |
96 |
65 |
84 |
94 |
124 |
88 |
169 |
138 |
122 |
83 |
142 |
Character |
|
= |
|
6 |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
|
" |
y |
e |
s |
" |
|
w |
Milliseconds |
117 |
208 |
175 |
124 |
199 |
107 |
92 |
161 |
96 |
205 |
157 |
58 |
107 |
58 |
68 |
100 |
100 |
98 |
207 |
201 |
34 |
72 |
248 |
92 |
95 |
Character |
h |
i |
l |
e |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
= |
|
" |
y |
e |
s |
" |
|
Milliseconds |
44 |
66 |
44 |
61 |
77 |
78 |
74 |
149 |
102 |
185 |
133 |
64 |
101 |
70 |
56 |
106 |
117 |
136 |
109 |
192 |
179 |
51 |
50 |
262 |
100 |
Character |
o |
r |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
= |
|
" |
y |
" |
|
- |
: |
|
p |
Milliseconds |
130 |
74 |
76 |
94 |
74 |
146 |
110 |
184 |
160 |
73 |
101 |
30 |
85 |
98 |
127 |
153 |
328 |
300 |
378 |
449 |
183 |
379 |
173 |
31 |
189 |
Character |
r |
i |
n |
t |
|
" |
R |
o |
l |
l |
i |
n |
g |
|
t |
h |
e |
|
d |
i |
c |
e |
s |
. |
. |
Milliseconds |
99 |
74 |
78 |
61 |
146 |
158 |
171 |
110 |
135 |
132 |
19 |
99 |
37 |
103 |
82 |
43 |
122 |
32 |
138 |
80 |
88 |
173 |
39 |
106 |
136 |
Character |
. |
|
- |
" |
|
p |
r |
i |
n |
t |
|
" |
T |
h |
e |
|
v |
a |
l |
u |
e |
s |
|
a |
r |
Milliseconds |
180 |
220 |
238 |
178 |
74 |
160 |
96 |
72 |
83 |
66 |
110 |
200 |
164 |
121 |
72 |
137 |
287 |
99 |
95 |
66 |
54 |
28 |
126 |
59 |
49 |
Character |
e |
. |
. |
. |
" |
|
- |
-" |
. |
|
- |
" |
|
p |
r |
i |
n |
t |
|
r |
a |
n |
d |
o |
m |
Milliseconds |
67 |
95 |
143 |
124 |
227 |
142 |
363 |
122 |
205 |
43 |
341 |
231 |
164 |
186 |
138 |
45 |
98 |
77 |
86 |
97 |
76 |
89 |
101 |
67 |
44 |
Character |
r |
a |
n |
d |
-d |
-n |
-a |
-r |
. |
r |
a |
n |
d |
i |
n |
t |
( |
m |
i |
n |
, |
|
m |
a |
x |
Milliseconds |
146 |
83 |
103 |
117 |
200 |
135 |
146 |
126 |
194 |
101 |
70 |
92 |
91 |
74 |
58 |
85 |
276 |
253 |
65 |
82 |
187 |
66 |
179 |
101 |
168 |
Character |
) |
|
p |
r |
i |
n |
t |
|
r |
a |
n |
d |
o |
m |
. |
r |
a |
n |
d |
i |
n |
t |
( |
m |
i |
Milliseconds |
233 |
153 |
151 |
129 |
66 |
73 |
71 |
96 |
60 |
65 |
70 |
98 |
51 |
51 |
343 |
88 |
60 |
115 |
82 |
94 |
57 |
81 |
292 |
245 |
118 |
Character |
n |
, |
|
m |
a |
x |
) |
|
r |
o |
l |
l |
_ |
a |
g |
a |
i |
n |
|
= |
|
r |
a |
w |
_ |
Milliseconds |
38 |
232 |
53 |
134 |
53 |
98 |
254 |
175 |
104 |
69 |
150 |
121 |
158 |
169 |
65 |
99 |
52 |
47 |
201 |
119 |
96 |
161 |
76 |
137 |
271 |
Character |
i |
n |
p |
u |
t |
( |
) |
-) |
" |
R |
o |
l |
l |
|
t |
h |
e |
|
d |
i |
c |
e |
s |
|
a |
Milliseconds |
230 |
138 |
110 |
73 |
67 |
287 |
15 |
404 |
273 |
345 |
103 |
131 |
126 |
69 |
42 |
88 |
66 |
81 |
93 |
89 |
95 |
167 |
32 |
128 |
334 |
Character |
g |
a |
i |
n |
? |
" |
) |
Milliseconds |
46 |
102 |
73 |
49 |
275 |
234 |
323 |
|
WPM Timing |
Seconds |
WPM |
0.74 |
64.78 |
1.48 |
105.27 |
2.22 |
107.97 |
2.96 |
105.27 |
3.7 |
100.41 |
4.45 |
99.87 |
5.19 |
101.8 |
5.93 |
101.22 |
6.67 |
106.17 |
7.41 |
106.89 |
8.15 |
107.47 |
8.89 |
106.62 |
9.63 |
105.89 |
10.37 |
105.27 |
11.11 |
100.41 |
11.86 |
96.16 |
12.6 |
92.41 |
13.34 |
93.57 |
14.08 |
95.46 |
14.82 |
97.17 |
15.56 |
95.63 |
16.3 |
94.22 |
17.04 |
94.35 |
17.78 |
94.47 |
18.52 |
96.52 |
19.27 |
93.43 |
20.01 |
90.57 |
20.75 |
89.65 |
21.49 |
91.58 |
22.23 |
89.07 |
22.97 |
87.77 |
23.71 |
88.06 |
24.45 |
88.34 |
25.19 |
87.64 |
25.93 |
89.3 |
26.68 |
89.97 |
27.42 |
89.73 |
28.16 |
90.35 |
28.9 |
90.11 |
29.64 |
90.29 |
30.38 |
90.85 |
31.12 |
89.84 |
31.86 |
89.64 |
32.6 |
87.97 |
33.34 |
88.89 |
34.08 |
89.42 |
34.83 |
89.24 |
35.57 |
91.77 |
36.31 |
89.9 |
37.05 |
88.1 |
|