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 )
—from Google Command Line Script, a other by www.pythonforbeginners.com
Active since October 3, 2018.
438 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
224. | Raju (rajiun_) | 59.80 | 99% | 2024-10-22 |
225. | (scraex) | 59.78 | 96% | 2021-11-04 |
226. | 🔰Cosmeen (mcpotato) | 59.69 | 96% | 2023-12-30 |
227. | Alex (a_kaban) | 59.69 | 98.2% | 2024-09-09 |
228. | learn corne (tomgroenwoldt) | 59.66 | 97% | 2023-07-16 |
229. | Tom (sanesss) | 59.65 | 97% | 2023-06-11 |
230. | Kayega (briankayega) | 59.61 | 97% | 2024-04-22 |
231. | Jordan (21jfong1) | 59.57 | 96% | 2023-06-16 |
232. | vvw (anonaxol) | 59.55 | 95% | 2025-03-21 |
233. | K (ufomi) | 59.53 | 97.1% | 2023-12-11 |
234. | TheZacher5645 (thezacher5645) | 59.50 | 94% | 2023-10-26 |
235. | mm2325 (moinl) | 59.49 | 97% | 2024-06-22 |
236. | Trying to git gud (wongsm7) | 59.47 | 96% | 2024-02-24 |
237. | Angel (tribaaldos) | 59.42 | 97% | 2023-08-21 |
238. | Jenul (type_proxy) | 59.41 | 94% | 2025-03-26 |
239. | Vijay (vijays4404) | 59.35 | 96% | 2025-02-11 |
240. | Junkie (qwert_noob) | 59.17 | 97% | 2023-12-13 |
241. | Faisal (md_faisal) | 59.08 | 95.6% | 2023-11-07 |
242. | palisfpauul (palisfpauul) | 59.01 | 97% | 2024-09-04 |
243. | maximum typer pro (pivot5) | 58.90 | 97% | 2019-02-14 |
244. | nr922 (nr922) | 58.79 | 96% | 2024-05-02 |
245. | Maphey (keepinupwmae) | 58.79 | 98.5% | 2025-03-23 |
246. | yay (vfctyrant) | 58.78 | 95% | 2019-08-08 |
247. | gorb (gorbin_time) | 58.75 | 97% | 2024-06-10 |
248. | cozy (nekozy) | 58.73 | 96.3% | 2023-10-18 |
249. | AirFilled (airfilled) | 58.72 | 95.7% | 2024-09-04 |
250. | The Real League of Typists ... | 58.64 | 96% | 2025-03-26 |
251. | Candousek (candousek) | 58.61 | 95% | 2023-06-26 |
252. | mtz (domenicodf) | 58.52 | 97% | 2025-05-13 |
253. | Roy (scaryroy) | 58.51 | 96% | 2024-07-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |