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 |
---|---|---|---|---|
421. | avivsq12 (avivsq12) | 50.86 | 97% | 2024-02-09 |
422. | JIIC (jiic) | 50.85 | 94% | 2023-01-04 |
423. | moldy bread (codog) | 50.85 | 95% | 2024-10-04 |
424. | Emad (rootxemad) | 50.80 | 92% | 2024-10-26 |
425. | Utkarsh Singh (hereisutkarsh) | 50.73 | 96% | 2024-12-09 |
426. | :( (altrocality_dvorak_acc) | 50.68 | 95% | 2023-01-06 |
427. | Johan (johlun) | 50.60 | 94% | 2022-09-15 |
428. | Ryan (ryan_soh) | 50.59 | 95% | 2024-05-21 |
429. | ︎ ︎ ︎ ︎ ︎ ︎ ︎... | 50.53 | 97% | 2024-01-29 |
430. | JG (j32587) | 50.53 | 94% | 2024-12-15 |
431. | jiaxing (jiaxingb) | 50.53 | 95% | 2025-02-20 |
432. | Victor Levitskiy (victorlev01) | 50.46 | 96.7% | 2024-03-26 |
433. | Claire (claireify) | 50.46 | 95% | 2025-02-22 |
434. | Sharan (spellsharp) | 50.44 | 94% | 2024-12-31 |
435. | page (phrynesc) | 50.43 | 96% | 2024-05-11 |
436. | czent (czent) | 50.39 | 95% | 2023-09-07 |
437. | Per (dubgeiser) | 50.38 | 96.3% | 2024-02-07 |
438. | _Suvam 0_0 ! (qw_slow_typist) | 50.31 | 94% | 2023-09-12 |
439. | (dso093) | 50.24 | 96.5% | 2024-01-04 |
440. | Jon (jonriklan) | 50.23 | 96% | 2023-07-19 |
441. | yong (topcool) | 50.20 | 97% | 2023-06-25 |
442. | you (dv_learner) | 50.18 | 96.8% | 2023-10-06 |
443. | (peaceinchrist) | 50.10 | 96% | 2021-11-08 |
444. | mb3awi (emptybox34) | 50.06 | 94% | 2023-06-04 |
445. | monkescripts (monkescripts) | 50.05 | 95% | 2024-01-15 |
446. | ILoveSelly (mkim236) | 49.98 | 96% | 2023-06-16 |
447. | yayeet (repmal) | 49.92 | 94% | 2018-11-18 |
448. | Kit (yukit123) | 49.87 | 96.2% | 2023-12-10 |
449. | Adam (adamsyaq) | 49.86 | 96.4% | 2024-03-01 |
450. | Jadyn (onejadyn) | 49.77 | 95% | 2024-07-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |