Official speed |
48.27 wpm (108.89 seconds elapsed during race) |
Without ending ping |
48.36 wpm (1,693 ms delay sending score to TypeRacer’s server) |
Timerless |
48.52 wpm (343 ms elapsed before first character typed; 106.85 seconds elapsed during race) |
Timerless minus one |
48.40 wpm, ignoring the first character typed |
Race Start |
August 29, 2023 4:11:46pm UTC |
Race Finish |
August 29, 2023 4:13:35pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
97.8% |
Points |
56.32 |
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.googeleapis.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.urlopneen (url + queyry ).read() data = json.laoads (d response ) results = data [ 'responseData' ] [ 'results' ] for result in resutlts;: title = resutlt['title'] url = resutllt['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 |
343 |
52 |
145 |
61 |
145 |
181 |
85 |
399 |
134 |
131 |
128 |
157 |
81 |
223 |
219 |
244 |
179 |
157 |
33 |
181 |
159 |
97 |
227 |
293 |
141 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
Milliseconds |
167 |
142 |
78 |
313 |
140 |
109 |
186 |
47 |
139 |
173 |
69 |
238 |
118 |
96 |
141 |
129 |
295 |
189 |
87 |
252 |
168 |
123 |
704 |
307 |
198 |
Character |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
e |
-e |
l |
e |
a |
p |
i |
s |
. |
c |
o |
Milliseconds |
133 |
216 |
387 |
522 |
138 |
151 |
352 |
85 |
247 |
301 |
376 |
68 |
126 |
68 |
188 |
846 |
285 |
91 |
494 |
122 |
238 |
125 |
155 |
289 |
67 |
Character |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
Milliseconds |
91 |
575 |
362 |
107 |
102 |
379 |
632 |
167 |
217 |
119 |
196 |
526 |
142 |
166 |
121 |
340 |
287 |
124 |
108 |
188 |
206 |
129 |
456 |
330 |
151 |
Character |
b |
? |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
Milliseconds |
392 |
590 |
489 |
586 |
754 |
260 |
345 |
686 |
425 |
165 |
415 |
160 |
86 |
252 |
161 |
89 |
413 |
183 |
832 |
277 |
208 |
402 |
286 |
117 |
172 |
Character |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
Milliseconds |
259 |
183 |
535 |
455 |
339 |
356 |
99 |
181 |
88 |
170 |
94 |
321 |
187 |
115 |
89 |
29 |
304 |
98 |
127 |
97 |
208 |
138 |
57 |
73 |
195 |
Character |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
Milliseconds |
129 |
116 |
533 |
218 |
120 |
113 |
128 |
100 |
244 |
423 |
367 |
310 |
439 |
157 |
273 |
262 |
524 |
165 |
403 |
156 |
101 |
144 |
289 |
249 |
549 |
Character |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
Milliseconds |
369 |
753 |
88 |
133 |
129 |
172 |
90 |
368 |
300 |
127 |
104 |
401 |
113 |
340 |
131 |
118 |
170 |
420 |
182 |
960 |
547 |
526 |
216 |
422 |
294 |
Character |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
Milliseconds |
144 |
255 |
147 |
163 |
163 |
95 |
59 |
714 |
155 |
474 |
160 |
395 |
119 |
117 |
306 |
421 |
71 |
139 |
112 |
130 |
217 |
148 |
330 |
130 |
130 |
Character |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
n |
e |
-e |
-n |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
Milliseconds |
134 |
179 |
100 |
255 |
275 |
368 |
324 |
112 |
334 |
321 |
199 |
70 |
322 |
121 |
124 |
86 |
192 |
511 |
408 |
113 |
79 |
413 |
216 |
139 |
300 |
Character |
u |
e |
y |
-y |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
Milliseconds |
497 |
143 |
208 |
359 |
76 |
133 |
95 |
295 |
354 |
225 |
316 |
145 |
201 |
381 |
183 |
129 |
179 |
89 |
187 |
129 |
142 |
225 |
161 |
403 |
153 |
Character |
o |
n |
. |
l |
a |
-a |
o |
a |
d |
s |
|
( |
d |
-d |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
Milliseconds |
89 |
84 |
234 |
239 |
167 |
468 |
213 |
111 |
145 |
124 |
184 |
230 |
225 |
392 |
97 |
125 |
100 |
145 |
213 |
194 |
95 |
173 |
121 |
280 |
234 |
Character |
|
r |
e |
s |
u |
l |
t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
Milliseconds |
189 |
272 |
81 |
119 |
173 |
128 |
105 |
134 |
160 |
323 |
140 |
126 |
150 |
99 |
145 |
190 |
515 |
179 |
308 |
288 |
135 |
75 |
212 |
709 |
98 |
Character |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
Milliseconds |
74 |
147 |
482 |
308 |
149 |
94 |
459 |
166 |
644 |
109 |
575 |
194 |
407 |
268 |
86 |
110 |
668 |
123 |
126 |
104 |
474 |
215 |
428 |
86 |
209 |
Character |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
t |
-t |
l |
t |
s |
; |
-; |
: |
Milliseconds |
112 |
157 |
148 |
373 |
140 |
95 |
202 |
115 |
152 |
175 |
150 |
117 |
94 |
187 |
126 |
169 |
305 |
204 |
407 |
227 |
104 |
105 |
394 |
420 |
316 |
Character |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
t |
-t |
l |
t |
[ |
' |
t |
i |
t |
l |
e |
' |
Milliseconds |
205 |
634 |
88 |
80 |
128 |
93 |
171 |
274 |
129 |
206 |
103 |
133 |
348 |
213 |
459 |
230 |
86 |
576 |
324 |
199 |
182 |
147 |
101 |
85 |
477 |
Character |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
t |
l |
-l |
-t |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
Milliseconds |
617 |
232 |
206 |
134 |
144 |
165 |
699 |
344 |
384 |
124 |
114 |
347 |
182 |
178 |
303 |
506 |
387 |
113 |
567 |
426 |
647 |
122 |
87 |
521 |
656 |
Character |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
+ |
-+ |
Milliseconds |
204 |
204 |
99 |
101 |
108 |
104 |
162 |
221 |
134 |
464 |
108 |
105 |
105 |
177 |
376 |
462 |
249 |
291 |
406 |
359 |
254 |
199 |
349 |
107 |
366 |
Character |
|
u |
r |
l |
|
) |
Milliseconds |
153 |
197 |
109 |
106 |
303 |
285 |
|
WPM Timing |
Seconds |
WPM |
2.18 |
71.63 |
4.36 |
68.88 |
6.53 |
75.31 |
8.71 |
67.5 |
10.89 |
63.92 |
13.07 |
58.78 |
15.24 |
58.25 |
17.42 |
55.79 |
19.6 |
55.71 |
21.78 |
54.55 |
23.96 |
51.6 |
26.13 |
49.59 |
28.31 |
49.17 |
30.49 |
49.2 |
32.67 |
49.23 |
34.84 |
51.31 |
37.02 |
51.21 |
39.2 |
50.51 |
41.38 |
50.17 |
43.56 |
50.14 |
45.73 |
50.38 |
47.91 |
49.09 |
50.09 |
49.11 |
52.27 |
48.9 |
54.44 |
49.81 |
56.62 |
49.38 |
58.8 |
48.98 |
60.98 |
48.61 |
63.15 |
48.64 |
65.33 |
49.41 |
67.51 |
49.24 |
69.69 |
49.42 |
71.87 |
50.26 |
74.04 |
50.4 |
76.22 |
50.22 |
78.4 |
49.75 |
80.58 |
49.74 |
82.75 |
50.03 |
84.93 |
50.16 |
87.11 |
49.59 |
89.29 |
50 |
91.47 |
49.72 |
93.64 |
49.72 |
95.82 |
49.34 |
98 |
48.61 |
100.18 |
48.16 |
102.35 |
48.65 |
104.53 |
48.44 |
106.71 |
48.36 |
108.89 |
48.27 |
|