Official speed |
61.63 wpm (85.28 seconds elapsed during race) |
Without ending ping |
61.76 wpm (1,341 ms delay sending score to TypeRacer’s server) |
Timerless |
62.08 wpm (433 ms elapsed before first character typed; 83.51 seconds elapsed during race) |
Timerless minus one |
61.93 wpm, ignoring the first character typed |
Race Start |
February 23, 2024 12:19:58pm UTC |
Race Finish |
February 23, 2024 12:21:23pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
94.8% |
Points |
71.90 |
Text |
#10021 (Length: 438 characters) import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" query = raw_input("What do you want to search for ? >> ") query = urllib.urlencode( {'q' : query } ) response = urllib2.urlopen (url + query ).read() data = json.loads ( response ) results = data [ 'responseData' ] [ 'results' ] for result in results: title = result['title'] url = result['url'] print ( title + '; ' + url ) |
Characters typed |
import urllib 2 import ulrllib import json url = "http://ajax.googlepaaapis.com/ajax./services/search/web?b v=1.0&" query = raw_input("wahtWhat do you want to search for ? >> ") query = urllib.urleonncode( {'q' : query } 0) response = urllib2.urlopneen (url + query ).read() data = json.laooads ( reponssponse ) resuls ts = data [ 'responseData' ] p [ 'resulststs' =] rfor result in results: i tilttle = reuslsulstt['title'] url = reulssult['url'] pirrint ( title + '; ' + url ) |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
|
- |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
Milliseconds |
433 |
223 |
116 |
30 |
131 |
117 |
34 |
116 |
149 |
89 |
168 |
48 |
133 |
232 |
333 |
93 |
109 |
123 |
75 |
116 |
20 |
117 |
150 |
202 |
110 |
Character |
l |
-l |
r |
l |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
Milliseconds |
154 |
353 |
84 |
140 |
155 |
70 |
120 |
177 |
59 |
74 |
122 |
68 |
92 |
60 |
147 |
151 |
44 |
439 |
146 |
88 |
217 |
110 |
64 |
180 |
94 |
Character |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
p |
a |
-a |
a |
-a |
Milliseconds |
128 |
173 |
215 |
100 |
153 |
102 |
217 |
228 |
162 |
212 |
121 |
56 |
171 |
144 |
262 |
122 |
121 |
101 |
141 |
49 |
247 |
30 |
431 |
298 |
344 |
Character |
-p |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
a |
j |
a |
x |
. |
-. |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
Milliseconds |
168 |
302 |
19 |
152 |
115 |
147 |
89 |
112 |
83 |
94 |
181 |
83 |
110 |
151 |
175 |
376 |
368 |
266 |
160 |
67 |
244 |
83 |
105 |
398 |
88 |
Character |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
b |
? |
b |
|
- |
-b |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
Milliseconds |
148 |
177 |
130 |
120 |
23 |
200 |
161 |
235 |
150 |
127 |
92 |
431 |
406 |
271 |
228 |
149 |
130 |
486 |
392 |
43 |
644 |
370 |
225 |
515 |
111 |
Character |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
w |
a |
h |
t |
-t |
-h |
-a |
Milliseconds |
140 |
121 |
140 |
85 |
145 |
116 |
143 |
85 |
114 |
110 |
251 |
223 |
113 |
69 |
98 |
115 |
200 |
135 |
309 |
133 |
9 |
132 |
195 |
161 |
155 |
Character |
-w |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
Milliseconds |
153 |
144 |
157 |
140 |
81 |
128 |
91 |
150 |
133 |
83 |
190 |
67 |
151 |
100 |
63 |
105 |
96 |
84 |
122 |
109 |
98 |
23 |
120 |
81 |
89 |
Character |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
r |
Milliseconds |
198 |
124 |
114 |
49 |
242 |
117 |
153 |
224 |
124 |
369 |
141 |
86 |
119 |
265 |
248 |
256 |
77 |
144 |
82 |
122 |
159 |
429 |
207 |
155 |
139 |
Character |
l |
l |
i |
b |
. |
u |
r |
l |
e |
o |
n |
-n |
-o |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
Milliseconds |
287 |
191 |
155 |
122 |
225 |
243 |
56 |
208 |
181 |
151 |
107 |
324 |
125 |
211 |
111 |
89 |
138 |
159 |
160 |
205 |
304 |
323 |
198 |
308 |
464 |
Character |
: |
|
q |
u |
e |
r |
y |
|
} |
|
0 |
-0 |
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
Milliseconds |
234 |
113 |
168 |
75 |
242 |
112 |
57 |
185 |
182 |
151 |
189 |
322 |
228 |
169 |
107 |
127 |
142 |
22 |
64 |
129 |
44 |
74 |
92 |
104 |
159 |
Character |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
n |
e |
-e |
-n |
e |
n |
|
( |
u |
r |
l |
|
Milliseconds |
337 |
101 |
127 |
146 |
95 |
147 |
176 |
136 |
210 |
121 |
112 |
204 |
122 |
149 |
41 |
503 |
226 |
126 |
136 |
116 |
165 |
311 |
93 |
100 |
135 |
Character |
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
Milliseconds |
135 |
137 |
122 |
141 |
113 |
94 |
103 |
137 |
97 |
388 |
253 |
82 |
66 |
122 |
193 |
61 |
83 |
132 |
72 |
103 |
113 |
104 |
124 |
115 |
152 |
Character |
s |
o |
n |
. |
l |
a |
o |
-o |
-a |
o |
a |
d |
s |
|
( |
|
r |
e |
p |
o |
n |
s |
-s |
-n |
-o |
Milliseconds |
140 |
77 |
95 |
157 |
200 |
212 |
29 |
351 |
124 |
241 |
105 |
143 |
13 |
539 |
137 |
135 |
119 |
99 |
183 |
64 |
140 |
57 |
235 |
167 |
179 |
Character |
-p |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
l |
s |
|
- |
-s |
t |
s |
|
= |
|
d |
Milliseconds |
136 |
159 |
122 |
35 |
117 |
46 |
100 |
114 |
125 |
143 |
121 |
67 |
92 |
69 |
99 |
70 |
170 |
244 |
142 |
118 |
75 |
123 |
86 |
111 |
117 |
Character |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
p |
|
Milliseconds |
155 |
54 |
188 |
116 |
95 |
180 |
436 |
125 |
67 |
73 |
82 |
83 |
131 |
19 |
64 |
329 |
175 |
56 |
115 |
125 |
167 |
149 |
111 |
614 |
283 |
Character |
- |
-p |
[ |
|
' |
r |
e |
s |
u |
l |
s |
t |
s |
-s |
-t |
-s |
t |
s |
' |
|
= |
-= |
] |
|
r |
Milliseconds |
186 |
142 |
196 |
192 |
165 |
189 |
106 |
76 |
114 |
93 |
100 |
92 |
152 |
249 |
135 |
143 |
114 |
72 |
498 |
210 |
134 |
342 |
189 |
172 |
262 |
Character |
-r |
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
i |
Milliseconds |
300 |
148 |
116 |
81 |
99 |
137 |
56 |
83 |
91 |
110 |
217 |
203 |
28 |
106 |
93 |
87 |
77 |
155 |
51 |
132 |
84 |
153 |
458 |
104 |
230 |
Character |
|
- |
-i |
t |
i |
l |
t |
-t |
-l |
t |
l |
e |
|
= |
|
r |
e |
u |
s |
l |
-l |
-s |
-u |
s |
u |
Milliseconds |
9 |
300 |
128 |
110 |
138 |
172 |
51 |
373 |
125 |
91 |
141 |
75 |
119 |
121 |
95 |
119 |
103 |
199 |
0 |
153 |
411 |
184 |
129 |
87 |
132 |
Character |
l |
s |
t |
-t |
-s |
t |
[ |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
u |
Milliseconds |
163 |
180 |
155 |
339 |
131 |
74 |
148 |
253 |
115 |
563 |
98 |
116 |
99 |
208 |
225 |
238 |
155 |
108 |
116 |
97 |
184 |
98 |
389 |
64 |
160 |
Character |
l |
s |
-s |
-l |
-u |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
i |
r |
-r |
-i |
r |
i |
n |
Milliseconds |
163 |
11 |
389 |
181 |
152 |
144 |
117 |
175 |
131 |
769 |
359 |
430 |
151 |
115 |
238 |
231 |
343 |
101 |
157 |
197 |
255 |
169 |
136 |
121 |
63 |
Character |
t |
|
( |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
) |
Milliseconds |
87 |
118 |
140 |
297 |
119 |
108 |
90 |
112 |
89 |
51 |
198 |
259 |
241 |
296 |
161 |
645 |
243 |
232 |
150 |
179 |
119 |
123 |
114 |
162 |
|
WPM Timing |
Seconds |
WPM |
1.71 |
84.42 |
3.41 |
77.39 |
5.12 |
77.39 |
6.82 |
79.15 |
8.53 |
77.39 |
10.23 |
77.39 |
11.94 |
69.35 |
13.65 |
69.47 |
15.35 |
68.79 |
17.06 |
69.65 |
18.76 |
64.6 |
20.47 |
62.15 |
22.17 |
62.24 |
23.88 |
63.82 |
25.58 |
61.44 |
27.29 |
65.08 |
29 |
66.22 |
30.7 |
66.45 |
32.41 |
65.91 |
34.11 |
65.08 |
35.82 |
64.66 |
37.52 |
63.96 |
39.23 |
63.62 |
40.94 |
65.08 |
42.64 |
65.57 |
44.35 |
64.67 |
46.05 |
65.4 |
47.76 |
66.58 |
49.46 |
65.99 |
51.17 |
65.66 |
52.88 |
65.59 |
54.58 |
65.96 |
56.29 |
66.52 |
57.99 |
66.84 |
59.7 |
65.73 |
61.4 |
65.08 |
63.11 |
64.08 |
64.82 |
64.98 |
66.52 |
64.94 |
68.23 |
64.55 |
69.93 |
63.83 |
71.64 |
63.15 |
73.34 |
63.32 |
75.05 |
62.68 |
76.75 |
62.07 |
78.46 |
61.79 |
80.17 |
61.52 |
81.87 |
61.85 |
83.58 |
61.6 |
85.28 |
61.63 |
|