Official speed |
39.03 wpm (134.67 seconds elapsed during race) |
Without ending ping |
39.72 wpm (4,138 ms delay sending score to TypeRacer’s server) |
Timerless |
39.84 wpm (414 ms elapsed before first character typed; 130.11 seconds elapsed during race) |
Timerless minus one |
39.75 wpm, ignoring the first character typed |
Race Start |
July 13, 2023 10:30:38am UTC |
Race Finish |
July 13, 2023 10:32:53am UTC |
Outcome |
Win (1 of 3) |
Opponents |
3. yashkumar0 (35.02 wpm)
|
Accuracy |
97.2% |
Points |
45.53 |
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 urllib2 import urllib import json url = "http: //ajax.googleapis.com/ajax/services/seraarch/web?v=1.0&:?" query = raw_input("What do you want to serarch fror ? >> ") query = urllib.urlencode( {'q' : query } ) response -= urllib2.urlopen (url + query ).read() data = json.loads ( response ) eresults =d data [ "'respponseData' ] [ 'results' ] foorr result in tresults: title = result[['title'] url = result['url'] print ( title + '; ' + url ) |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
Milliseconds |
414 |
266 |
288 |
184 |
165 |
240 |
160 |
228 |
190 |
156 |
188 |
249 |
233 |
376 |
262 |
232 |
178 |
258 |
175 |
220 |
237 |
173 |
205 |
235 |
176 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
Milliseconds |
498 |
188 |
288 |
207 |
268 |
233 |
285 |
203 |
176 |
254 |
201 |
224 |
229 |
153 |
271 |
184 |
279 |
276 |
145 |
247 |
280 |
360 |
621 |
586 |
188 |
Character |
t |
p |
: |
|
- |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
Milliseconds |
197 |
684 |
551 |
226 |
337 |
357 |
208 |
390 |
207 |
224 |
448 |
402 |
299 |
169 |
184 |
257 |
173 |
255 |
507 |
298 |
254 |
222 |
268 |
248 |
119 |
Character |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
r |
a |
-a |
-r |
a |
r |
c |
Milliseconds |
258 |
711 |
315 |
257 |
183 |
409 |
474 |
280 |
231 |
95 |
379 |
322 |
239 |
277 |
111 |
626 |
268 |
179 |
116 |
189 |
363 |
163 |
189 |
141 |
329 |
Character |
h |
/ |
w |
e |
b |
? |
v |
= |
1 |
. |
0 |
& |
: |
-: |
? |
-? |
" |
|
q |
u |
e |
r |
y |
|
= |
Milliseconds |
190 |
378 |
302 |
304 |
405 |
536 |
411 |
602 |
697 |
235 |
377 |
407 |
362 |
476 |
734 |
536 |
618 |
440 |
1038 |
205 |
314 |
143 |
367 |
442 |
226 |
Character |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
Milliseconds |
237 |
468 |
160 |
397 |
512 |
460 |
202 |
146 |
235 |
209 |
453 |
697 |
569 |
327 |
148 |
172 |
138 |
179 |
88 |
208 |
248 |
135 |
217 |
229 |
309 |
Character |
a |
n |
t |
|
t |
o |
|
s |
e |
r |
-r |
a |
r |
c |
h |
|
f |
r |
-r |
o |
r |
|
? |
|
> |
Milliseconds |
387 |
106 |
179 |
133 |
227 |
135 |
203 |
223 |
119 |
162 |
411 |
100 |
204 |
376 |
253 |
195 |
199 |
249 |
472 |
297 |
129 |
357 |
371 |
477 |
235 |
Character |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
Milliseconds |
227 |
330 |
184 |
425 |
207 |
471 |
179 |
307 |
174 |
339 |
110 |
252 |
235 |
599 |
439 |
109 |
218 |
225 |
261 |
366 |
477 |
212 |
209 |
232 |
147 |
Character |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
Milliseconds |
333 |
138 |
333 |
201 |
558 |
450 |
232 |
619 |
913 |
847 |
373 |
516 |
362 |
514 |
175 |
252 |
145 |
312 |
111 |
323 |
246 |
292 |
227 |
273 |
92 |
Character |
s |
p |
o |
n |
s |
e |
|
- |
-- |
= |
|
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
Milliseconds |
171 |
101 |
241 |
186 |
193 |
135 |
219 |
701 |
475 |
223 |
312 |
443 |
172 |
118 |
187 |
315 |
235 |
452 |
218 |
366 |
175 |
110 |
288 |
207 |
167 |
Character |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
Milliseconds |
183 |
167 |
231 |
273 |
183 |
137 |
336 |
329 |
249 |
676 |
153 |
269 |
108 |
271 |
85 |
466 |
545 |
333 |
500 |
185 |
200 |
468 |
262 |
244 |
311 |
Character |
a |
t |
a |
|
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
Milliseconds |
144 |
212 |
209 |
193 |
288 |
188 |
247 |
189 |
127 |
214 |
241 |
267 |
430 |
547 |
179 |
424 |
295 |
383 |
230 |
217 |
148 |
115 |
174 |
252 |
226 |
Character |
s |
e |
|
) |
|
e |
-e |
r |
e |
s |
u |
l |
t |
s |
|
= |
d |
-d |
|
d |
a |
t |
a |
|
[ |
Milliseconds |
213 |
73 |
198 |
250 |
193 |
357 |
427 |
72 |
104 |
482 |
645 |
193 |
200 |
235 |
155 |
198 |
245 |
412 |
180 |
163 |
185 |
152 |
172 |
205 |
312 |
Character |
|
" |
-" |
' |
r |
e |
s |
p |
p |
-p |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
Milliseconds |
269 |
736 |
516 |
313 |
369 |
190 |
221 |
87 |
160 |
575 |
218 |
139 |
191 |
453 |
543 |
357 |
203 |
156 |
353 |
399 |
223 |
225 |
215 |
248 |
547 |
Character |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
o |
r |
-r |
-o |
r |
|
r |
e |
s |
u |
l |
t |
Milliseconds |
468 |
111 |
146 |
357 |
188 |
226 |
129 |
282 |
225 |
261 |
206 |
295 |
204 |
323 |
182 |
372 |
160 |
179 |
147 |
346 |
104 |
161 |
528 |
132 |
228 |
Character |
|
i |
n |
|
t |
-t |
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
Milliseconds |
144 |
191 |
190 |
126 |
234 |
314 |
257 |
144 |
442 |
355 |
214 |
263 |
170 |
387 |
178 |
158 |
133 |
163 |
186 |
228 |
357 |
227 |
271 |
549 |
96 |
Character |
s |
u |
l |
t |
[ |
[ |
-[ |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
Milliseconds |
125 |
277 |
163 |
196 |
842 |
375 |
554 |
331 |
316 |
194 |
160 |
76 |
209 |
313 |
429 |
368 |
257 |
157 |
84 |
202 |
398 |
173 |
428 |
115 |
769 |
Character |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
|
Milliseconds |
164 |
240 |
152 |
388 |
451 |
349 |
122 |
101 |
585 |
1184 |
334 |
198 |
141 |
98 |
165 |
143 |
90 |
255 |
255 |
173 |
101 |
169 |
172 |
121 |
171 |
Character |
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
) |
Milliseconds |
422 |
382 |
244 |
466 |
230 |
281 |
330 |
323 |
289 |
331 |
185 |
143 |
198 |
316 |
|
WPM Timing |
Seconds |
WPM |
2.69 |
49.01 |
5.39 |
51.24 |
8.08 |
50.5 |
10.77 |
50.12 |
13.47 |
46.34 |
16.16 |
43.07 |
18.85 |
42.65 |
21.55 |
42.33 |
24.24 |
42.57 |
26.93 |
41.44 |
29.63 |
40.5 |
32.32 |
39.36 |
35.01 |
36.67 |
37.71 |
36.28 |
40.4 |
36.24 |
43.09 |
36.2 |
45.79 |
37.48 |
48.48 |
38.12 |
51.17 |
37.52 |
53.87 |
37.87 |
56.56 |
38.19 |
59.25 |
38.48 |
61.95 |
37.77 |
64.64 |
37.13 |
67.33 |
37.96 |
70.03 |
37.7 |
72.72 |
37.95 |
75.41 |
38.51 |
78.11 |
38.56 |
80.8 |
38.61 |
83.49 |
38.95 |
86.19 |
39.12 |
88.88 |
39.29 |
91.57 |
39.18 |
94.27 |
38.95 |
96.96 |
38.86 |
99.65 |
38.9 |
102.35 |
39.04 |
105.04 |
38.84 |
107.73 |
39.1 |
110.43 |
39.23 |
113.12 |
39.46 |
115.81 |
39.06 |
118.51 |
39.29 |
121.2 |
39.31 |
123.89 |
39.03 |
126.59 |
39.63 |
129.28 |
39.54 |
131.97 |
39.83 |
134.67 |
39.03 |
|