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 |
---|---|---|---|---|
782. | Perry (typeracer2254) | 40.31 | 92% | 2023-05-29 |
783. | Fixed (pedestrianlove) | 40.28 | 96% | 2019-07-09 |
784. | joy (sdfla) | 40.26 | 96% | 2022-06-08 |
785. | kewl (hyper_racer) | 40.24 | 94% | 2018-11-01 |
786. | Daniele (sorry_im_a_noob) | 40.22 | 93% | 2023-08-15 |
787. | Keyun (keyun21) | 40.12 | 91% | 2023-06-20 |
788. | VEGA (zoonear) | 40.08 | 92% | 2025-06-07 |
789. | Luke (lukedieleman) | 40.00 | 95.2% | 2024-01-24 |
790. | Abdulla (abd_racer) | 39.98 | 92% | 2023-08-16 |
791. | Josh (dwuarf) | 39.98 | 94.2% | 2024-12-19 |
792. | Fatik (fatek) | 39.94 | 94% | 2024-03-16 |
793. | MBT (mbt2012) | 39.92 | 93% | 2024-09-27 |
794. | Inaki Keiji (inaki_keiji) | 39.91 | 95% | 2024-02-26 |
795. | Mani (user_mani) | 39.88 | 97% | 2025-02-24 |
796. | Anush Rao (anushrao) | 39.87 | 94% | 2023-06-23 |
797. | Naija (naija_w) | 39.81 | 97% | 2023-07-11 |
798. | hutab (hutab) | 39.70 | 95% | 2023-07-24 |
799. | Carpal Tunnel is TMS! (qwer... | 39.69 | 94% | 2025-03-16 |
800. | Walter Camacho (waltercs07) | 39.67 | 96.7% | 2025-03-18 |
801. | ABTech19 (abtech19) | 39.66 | 95% | 2025-03-28 |
802. | BOK (da_bok) | 39.65 | 93% | 2023-08-09 |
803. | Maidul (goal100wpm) | 39.64 | 98% | 2023-07-19 |
804. | jht (jht0) | 39.61 | 97% | 2024-03-18 |
805. | Fraa (fraa_engram) | 39.60 | 95% | 2023-07-25 |
806. | aleena (aleena_xxx) | 39.57 | 96% | 2024-08-28 |
807. | im SLOW (yashkumar0) | 39.55 | 95% | 2023-08-09 |
808. | Tadej (sivictank123) | 39.52 | 93% | 2023-06-15 |
809. | . (tj44) | 39.51 | 93% | 2019-10-06 |
810. | Marek (mdziedzic97) | 39.51 | 93% | 2024-12-24 |
811. | Tuyul Digital (gading1) | 39.49 | 95% | 2025-02-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |