Official speed |
69.11 wpm (76.05 seconds elapsed during race) |
Without ending ping |
69.79 wpm (1,777 ms delay sending score to TypeRacer’s server) |
Timerless |
70.02 wpm (244 ms elapsed before first character typed; 74.03 seconds elapsed during race) |
Timerless minus one |
69.86 wpm, ignoring the first character typed |
Race Start |
February 10, 2024 8:44:33am UTC |
Race Finish |
February 10, 2024 8:45:49am UTC |
Outcome |
No win (3 of 3) |
Accuracy |
95.3% |
Points |
80.63 |
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 imipport urlli2b import json url = "http://jaajax/.googleapis.com/ajax/servixcces/search?/web?v= 1.0&" qureery = reaaw_input("What do you want to search for ? >> ") query = urllib.urlencode (( "{'q' : auquery } ) response = urllib2.urlopen (url + query ).read() data = json.loads ( response ) resulst ts = dat aa[a a [ 'responseData"' ] p [ 'results' ] for resulst it inre results" t;: title = result[t''title'\] url = result['url'] print (Tit t title + '; ' + url ) |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
i |
p |
-p |
-i |
p |
o |
r |
t |
Milliseconds |
244 |
195 |
92 |
50 |
60 |
58 |
97 |
111 |
108 |
116 |
132 |
62 |
81 |
95 |
122 |
64 |
233 |
140 |
81 |
329 |
130 |
221 |
32 |
97 |
51 |
Character |
|
u |
r |
l |
l |
i |
2 |
-2 |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
Milliseconds |
118 |
81 |
134 |
130 |
122 |
81 |
221 |
292 |
185 |
130 |
96 |
114 |
59 |
75 |
123 |
10 |
192 |
66 |
131 |
84 |
118 |
250 |
182 |
131 |
58 |
Character |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
j |
a |
-a |
-j |
a |
j |
a |
x |
/ |
-/ |
. |
g |
o |
o |
Milliseconds |
133 |
130 |
116 |
166 |
185 |
104 |
135 |
116 |
271 |
229 |
135 |
141 |
76 |
432 |
110 |
83 |
96 |
67 |
131 |
115 |
417 |
224 |
83 |
145 |
115 |
Character |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
x |
c |
-c |
Milliseconds |
54 |
114 |
78 |
160 |
50 |
150 |
143 |
136 |
143 |
102 |
45 |
276 |
475 |
87 |
83 |
133 |
204 |
105 |
88 |
71 |
206 |
105 |
146 |
77 |
271 |
Character |
-x |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
? |
-? |
/ |
w |
e |
b |
? |
v |
= |
|
- |
1 |
. |
0 |
Milliseconds |
117 |
49 |
172 |
78 |
117 |
153 |
108 |
99 |
60 |
164 |
399 |
377 |
437 |
193 |
138 |
83 |
97 |
217 |
287 |
159 |
218 |
335 |
158 |
80 |
208 |
Character |
& |
" |
|
q |
u |
r |
e |
-e |
-r |
e |
r |
y |
|
= |
|
r |
e |
a |
-a |
-e |
a |
w |
_ |
i |
n |
Milliseconds |
353 |
304 |
227 |
135 |
54 |
160 |
72 |
283 |
127 |
78 |
32 |
119 |
92 |
119 |
101 |
82 |
69 |
56 |
455 |
137 |
62 |
59 |
270 |
207 |
55 |
Character |
p |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
Milliseconds |
69 |
105 |
76 |
176 |
157 |
184 |
186 |
95 |
112 |
169 |
129 |
93 |
68 |
100 |
56 |
78 |
89 |
93 |
55 |
94 |
100 |
89 |
120 |
122 |
55 |
Character |
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
Milliseconds |
31 |
136 |
70 |
152 |
250 |
140 |
84 |
134 |
99 |
102 |
75 |
261 |
218 |
225 |
143 |
106 |
110 |
254 |
226 |
370 |
61 |
121 |
127 |
102 |
126 |
Character |
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
|
( |
-( |
- |
( |
|
" |
Milliseconds |
100 |
96 |
170 |
8 |
557 |
188 |
51 |
111 |
184 |
142 |
113 |
91 |
124 |
107 |
187 |
98 |
211 |
168 |
132 |
92 |
261 |
134 |
179 |
44 |
146 |
Character |
-" |
{ |
' |
q |
' |
|
: |
|
a |
u |
-u |
-a |
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
Milliseconds |
378 |
215 |
327 |
286 |
125 |
281 |
172 |
128 |
121 |
207 |
208 |
132 |
56 |
133 |
78 |
111 |
58 |
170 |
170 |
207 |
171 |
202 |
129 |
118 |
104 |
Character |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
Milliseconds |
48 |
71 |
87 |
60 |
52 |
152 |
127 |
99 |
407 |
133 |
113 |
133 |
64 |
81 |
32 |
196 |
92 |
94 |
100 |
185 |
59 |
91 |
94 |
93 |
146 |
Character |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
Milliseconds |
205 |
120 |
82 |
136 |
212 |
138 |
172 |
105 |
115 |
201 |
4 |
273 |
143 |
328 |
162 |
99 |
47 |
128 |
187 |
34 |
90 |
59 |
106 |
76 |
101 |
Character |
|
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
Milliseconds |
158 |
124 |
106 |
98 |
125 |
56 |
123 |
134 |
208 |
172 |
99 |
111 |
60 |
251 |
132 |
179 |
111 |
75 |
97 |
28 |
16 |
153 |
102 |
52 |
152 |
Character |
) |
|
r |
e |
s |
u |
l |
s |
t |
|
- |
-t |
-s |
t |
s |
|
= |
|
d |
a |
t |
|
a |
a |
[ |
Milliseconds |
123 |
159 |
100 |
100 |
57 |
85 |
114 |
120 |
77 |
133 |
252 |
158 |
163 |
23 |
65 |
173 |
127 |
93 |
173 |
81 |
88 |
125 |
9 |
219 |
0 |
Character |
-[ |
-a |
-a |
a |
|
- |
-a |
- |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
Milliseconds |
192 |
135 |
152 |
79 |
134 |
240 |
164 |
133 |
102 |
84 |
93 |
199 |
531 |
142 |
42 |
75 |
20 |
118 |
110 |
53 |
70 |
250 |
126 |
72 |
114 |
Character |
" |
-" |
' |
|
] |
|
p |
|
- |
-p |
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
Milliseconds |
314 |
338 |
185 |
126 |
127 |
172 |
143 |
162 |
317 |
118 |
174 |
168 |
124 |
121 |
37 |
79 |
124 |
158 |
179 |
101 |
192 |
219 |
96 |
440 |
105 |
Character |
o |
r |
|
r |
e |
s |
u |
l |
s |
t |
|
i |
-i |
- |
-t |
-s |
t |
|
i |
n |
r |
e |
-e |
-r |
|
Milliseconds |
98 |
72 |
93 |
114 |
31 |
132 |
73 |
102 |
137 |
42 |
119 |
56 |
270 |
148 |
146 |
156 |
51 |
107 |
115 |
36 |
184 |
105 |
290 |
116 |
94 |
Character |
r |
e |
s |
u |
l |
t |
s |
" |
|
t |
-t |
- |
-" |
; |
-; |
: |
|
t |
i |
t |
l |
e |
|
= |
|
Milliseconds |
76 |
63 |
73 |
88 |
137 |
118 |
72 |
276 |
211 |
125 |
193 |
114 |
119 |
221 |
446 |
189 |
100 |
101 |
96 |
70 |
112 |
63 |
167 |
92 |
120 |
Character |
r |
e |
s |
u |
l |
t |
[ |
t |
' |
-' |
-t |
' |
t |
i |
t |
l |
e |
' |
\ |
-\ |
] |
|
u |
r |
l |
Milliseconds |
101 |
93 |
72 |
13 |
134 |
122 |
147 |
147 |
111 |
300 |
107 |
174 |
86 |
119 |
45 |
119 |
81 |
113 |
250 |
0 |
0 |
221 |
206 |
141 |
100 |
Character |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
T |
Milliseconds |
140 |
119 |
140 |
363 |
57 |
69 |
70 |
99 |
134 |
224 |
188 |
384 |
98 |
116 |
510 |
333 |
293 |
112 |
157 |
58 |
58 |
120 |
31 |
156 |
99 |
Character |
i |
t |
-t |
-i |
|
t |
-t |
- |
-T |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
Milliseconds |
193 |
7 |
283 |
122 |
96 |
140 |
168 |
145 |
143 |
70 |
57 |
130 |
16 |
151 |
686 |
88 |
206 |
106 |
158 |
288 |
170 |
409 |
132 |
202 |
129 |
Character |
u |
r |
l |
|
) |
Milliseconds |
186 |
108 |
101 |
128 |
153 |
|
WPM Timing |
Seconds |
WPM |
1.52 |
110.45 |
3.04 |
82.84 |
4.56 |
76.26 |
6.08 |
82.84 |
7.61 |
83.63 |
9.13 |
77.58 |
10.65 |
76.64 |
12.17 |
75.93 |
13.69 |
74.51 |
15.21 |
74.95 |
16.73 |
71.72 |
18.25 |
69.03 |
19.77 |
66.76 |
21.29 |
66.5 |
22.82 |
67.85 |
24.34 |
71 |
25.86 |
73.32 |
27.38 |
72.76 |
28.9 |
73.08 |
30.42 |
73.37 |
31.94 |
72.13 |
33.46 |
70.29 |
34.98 |
69.97 |
36.51 |
71 |
38.03 |
71.63 |
39.55 |
72.82 |
41.07 |
73.05 |
42.59 |
74.1 |
44.11 |
74.81 |
45.63 |
76 |
47.15 |
75.33 |
48.67 |
74.45 |
50.19 |
73.16 |
51.72 |
74.02 |
53.24 |
72.81 |
54.76 |
72.76 |
56.28 |
73.14 |
57.8 |
72.25 |
59.32 |
72.22 |
60.84 |
70.61 |
62.36 |
71 |
63.88 |
70.82 |
65.41 |
71.19 |
66.93 |
71.36 |
68.45 |
70.65 |
69.97 |
70.49 |
71.49 |
69.83 |
73.01 |
69.52 |
74.53 |
70.52 |
76.05 |
69.11 |
|