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 |
---|---|---|---|---|
1553. | rev (revu) | 17.44 | 94% | 2023-09-24 |
1554. | lluis (lluissuros) | 17.39 | 92% | 2024-01-15 |
1555. | astralalgortihm (astralalgo... | 17.37 | 88% | 2024-07-26 |
1556. | Pratik (pratik_bhanwala) | 17.27 | 88% | 2023-08-19 |
1557. | Batsy (arnab_batsy) | 17.23 | 91% | 2024-10-19 |
1558. | t yszm (closets) | 16.58 | 92% | 2023-10-06 |
1559. | Abeni (akaabenezer) | 16.42 | 93% | 2024-08-18 |
1560. | Abhi :) (a_bhi) | 15.60 | 94% | 2023-12-15 |
1561. | Tahmid (tarmine) | 14.80 | 87% | 2024-04-07 |
1562. | aman (aman2007) | 14.64 | 91% | 2023-11-02 |
1563. | kavya (jungkook_02) | 14.21 | 95% | 2023-07-31 |
1564. | jazzu (jazzuxly) | 14.16 | 95% | 2024-07-26 |
1565. | keski6 (keski6) | 13.95 | 93.3% | 2023-12-21 |
1566. | porfiriomarquez (porfirioma... | 13.58 | 94% | 2025-05-21 |
1567. | Claire (claire_07) | 13.57 | 95% | 2023-06-14 |
1568. | rolex (rolex_01) | 13.36 | 94% | 2024-01-21 |
1569. | Sakil Molla (sak909) | 13.11 | 95% | 2023-08-05 |
1570. | Duo (duo1996) | 13.05 | 95% | 2024-08-11 |
1571. | alpha (thealpha2020) | 11.85 | 90% | 2024-09-24 |
1572. | porty la count (hardr1) | 11.56 | 91.7% | 2024-09-16 |
1573. | girl (mmmmmmmmmmttt) | 11.54 | 94% | 2023-10-19 |
1574. | eddy (eddy_ee) | 9.10 | 89% | 2023-08-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |