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 |
---|---|---|---|---|
760. | draegoncake (draegoncake) | 40.82 | 93% | 2024-04-09 |
761. | Indeed (indeed001) | 40.79 | 94.6% | 2023-11-14 |
762. | skyworld (skyworld09) | 40.79 | 91% | 2024-06-06 |
763. | Kevin (kytrex) | 40.76 | 95% | 2023-06-02 |
764. | Llama (thelivelyllama) | 40.72 | 96% | 2023-10-08 |
765. | Kim (rev926) | 40.72 | 97% | 2023-06-27 |
766. | av (avwave) | 40.70 | 94% | 2024-02-11 |
767. | Jhosmar (jhosmarmamani) | 40.69 | 95% | 2025-05-20 |
768. | Tyler (typefast24) | 40.68 | 93% | 2024-10-01 |
769. | CatShark (dodobunny) | 40.67 | 95% | 2021-08-24 |
770. | machineuno (machineuno) | 40.65 | 93% | 2023-06-28 |
771. | coolguy019 (coolguy019_) | 40.64 | 93% | 2023-07-15 |
772. | Portato. (portato) | 40.62 | 93% | 2025-02-09 |
773. | Sarah (smm2319) | 40.50 | 97% | 2024-05-15 |
774. | Kyle (lieblius) | 40.49 | 95% | 2023-11-20 |
775. | Sebstian (sedasti) | 40.42 | 92% | 2023-05-22 |
776. | Light (marcodlzo) | 40.39 | 90% | 2024-02-21 |
777. | Hatapipa (luishenrique1508) | 40.37 | 92% | 2024-03-01 |
778. | Perry (typeracer2254) | 40.31 | 92% | 2023-05-29 |
779. | Fixed (pedestrianlove) | 40.28 | 96% | 2019-07-09 |
780. | joy (sdfla) | 40.26 | 96% | 2022-06-08 |
781. | kewl (hyper_racer) | 40.24 | 94% | 2018-11-01 |
782. | Daniele (sorry_im_a_noob) | 40.22 | 93% | 2023-08-15 |
783. | Keyun (keyun21) | 40.12 | 91% | 2023-06-20 |
784. | VEGA (zoonear) | 40.08 | 92% | 2025-06-07 |
785. | Luke (lukedieleman) | 40.00 | 95.2% | 2024-01-24 |
786. | Abdulla (abd_racer) | 39.98 | 92% | 2023-08-16 |
787. | Josh (dwuarf) | 39.98 | 94.2% | 2024-12-19 |
788. | Fatik (fatek) | 39.94 | 94% | 2024-03-16 |
789. | MBT (mbt2012) | 39.92 | 93% | 2024-09-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |