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 |
---|---|---|---|---|
469. | page (phrynesc) | 50.43 | 96% | 2024-05-11 |
470. | czent (czent) | 50.39 | 95% | 2023-09-07 |
471. | Per (dubgeiser) | 50.38 | 96.3% | 2024-02-07 |
472. | _Suvam 0_0 ! (qw_slow_typist) | 50.31 | 94% | 2023-09-12 |
473. | Skraber (vilfred) | 50.30 | 94% | 2025-08-31 |
474. | (dso093) | 50.24 | 96.5% | 2024-01-04 |
475. | Jon (jonriklan) | 50.23 | 96% | 2023-07-19 |
476. | yong (topcool) | 50.20 | 97% | 2023-06-25 |
477. | you (dv_learner) | 50.18 | 96.8% | 2023-10-06 |
478. | Daniel (danyong) | 50.15 | 96% | 2025-06-08 |
479. | minezackra (minezackra) | 50.11 | 96% | 2025-04-30 |
480. | (peaceinchrist) | 50.10 | 96% | 2021-11-08 |
481. | mb3awi (emptybox34) | 50.06 | 94% | 2023-06-04 |
482. | monkescripts (monkescripts) | 50.05 | 95% | 2024-01-15 |
483. | ILoveSelly (mkim236) | 49.98 | 96% | 2023-06-16 |
484. | yayeet (repmal) | 49.92 | 94% | 2018-11-18 |
485. | Kit (yukit123) | 49.87 | 96.2% | 2023-12-10 |
486. | Adam (adamsyaq) | 49.86 | 96.4% | 2024-03-01 |
487. | Jadyn (onejadyn) | 49.77 | 95% | 2024-07-21 |
488. | omgracer (omgracer) | 49.76 | 96% | 2024-12-04 |
489. | 🎯 80 (arsenalbilbao) | 49.71 | 97% | 2025-01-13 |
490. | Porkkana (porkkana) | 49.67 | 94% | 2023-06-21 |
491. | Marcelo (kokosensei) | 49.67 | 95% | 2025-06-18 |
492. | panji (gasken) | 49.66 | 96% | 2024-10-01 |
493. | Bennett (bnnttnwhk) | 49.65 | 98% | 2021-11-16 |
494. | frendhy zhuang (frendhy) | 49.60 | 95% | 2023-09-14 |
495. | Robert (nforcer) | 49.48 | 95% | 2023-06-12 |
496. | λ (yambda) | 49.41 | 97% | 2023-07-24 |
497. | Anurag (anurag5sh) | 49.33 | 96% | 2024-01-28 |
498. | Weekey (layvth) | 49.32 | 96% | 2024-10-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |