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 |
---|---|---|---|---|
1692. | porfiriomarquez (porfirioma... | 15.70 | 94% | 2025-06-11 |
1693. | Abhi :) (a_bhi) | 15.60 | 94% | 2023-12-15 |
1694. | Tahmid (tarmine) | 14.80 | 87% | 2024-04-07 |
1695. | __Areej__ (reeja_elgh) | 14.80 | 93% | 2023-08-12 |
1696. | aman (aman2007) | 14.64 | 91% | 2023-11-02 |
1697. | kavya (jungkook_02) | 14.21 | 95% | 2023-07-31 |
1698. | jazzu (jazzuxly) | 14.16 | 95% | 2024-07-26 |
1699. | keski6 (keski6) | 13.95 | 93.3% | 2023-12-21 |
1700. | Claire (claire_07) | 13.57 | 95% | 2023-06-14 |
1701. | rolex (rolex_01) | 13.36 | 94% | 2024-01-21 |
1702. | buggs bunny (20231068) | 13.32 | 92% | 2025-03-03 |
1703. | Sakil Molla (sak909) | 13.11 | 95% | 2023-08-05 |
1704. | Duo (duo1996) | 13.05 | 95% | 2024-08-11 |
1705. | eli sharp (kingattypingracer) | 12.18 | 93% | 2023-08-25 |
1706. | alpha (thealpha2020) | 11.85 | 90% | 2024-09-24 |
1707. | porty la count (hardr1) | 11.56 | 91.7% | 2024-09-16 |
1708. | girl (mmmmmmmmmmttt) | 11.54 | 94% | 2023-10-19 |
1709. | eddy (eddy_ee) | 9.10 | 89% | 2023-08-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |