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