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 |
---|---|---|---|---|
496. | Abraham (a_canto) | 47.30 | 95% | 2024-09-10 |
497. | Ceckulienka (ceckulienka) | 47.21 | 95% | 2024-02-16 |
498. | sdr4wkc48 (sdr4wkc48) | 47.21 | 95% | 2023-02-13 |
499. | M (mostafam) | 47.20 | 96% | 2021-12-14 |
500. | k3pl4 (k3pl4) | 47.14 | 97% | 2024-01-02 |
501. | Changxiang (changie) | 47.10 | 94% | 2024-05-22 |
502. | tom (tom12233) | 47.08 | 95% | 2023-10-10 |
503. | Bram (bramyboyy) | 47.04 | 97% | 2024-12-19 |
504. | Christian Vieira (caavchris) | 47.00 | 97% | 2025-02-03 |
505. | ArifAli (testingyu) | 46.98 | 96% | 2023-12-28 |
506. | Huts (huts1) | 46.98 | 97% | 2023-06-23 |
507. | ... (skremp) | 46.97 | 95% | 2022-12-29 |
508. | stoney456 (stoney456) | 46.94 | 95.2% | 2025-03-17 |
509. | Aleix (soler1212) | 46.90 | 95% | 2024-12-05 |
510. | Luminious (luminious) | 46.88 | 95% | 2022-02-14 |
511. | Serg (seprimion) | 46.82 | 97% | 2024-02-01 |
512. | (timjeffery44) | 46.80 | 92% | 2019-05-22 |
513. | kinisslearner (kinesislearner) | 46.77 | 96% | 2024-05-03 |
514. | Ricezilla (ricezilla) | 46.73 | 95% | 2024-12-10 |
515. | ButterflyDNS (butterflydns) | 46.71 | 94% | 2023-08-10 |
516. | Asif (asif04) | 46.71 | 95.5% | 2024-03-12 |
517. | Evans (lordvidex) | 46.70 | 95% | 2023-01-30 |
518. | Alex (alexklaus) | 46.65 | 97% | 2019-04-15 |
519. | Chris (mils8545) | 46.54 | 96% | 2024-05-16 |
520. | Steve (iesftyper) | 46.49 | 97% | 2023-08-07 |
521. | Gerald (gerald3901) | 46.47 | 93.6% | 2024-09-24 |
522. | Erik (ezhou21) | 46.46 | 94% | 2022-05-26 |
523. | Ivyish (ivyish) | 46.45 | 94% | 2025-03-08 |
524. | Xion (xion14) | 46.43 | 97% | 2024-02-26 |
525. | wqqe (dendy_d) | 46.42 | 97% | 2024-10-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |