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 |
---|---|---|---|---|
1586. | Dinesh (konkey) | 18.36 | 95% | 2023-07-04 |
1587. | DAS (tanjiro01) | 18.33 | 96% | 2023-07-05 |
1588. | Enock (enockmutanga01) | 18.15 | 97% | 2023-08-04 |
1589. | mohsen (mohsenrafiei1997) | 18.11 | 91% | 2023-08-18 |
1590. | Nirro (nirro) | 18.00 | 88% | 2024-02-16 |
1591. | laba (ldummy) | 17.79 | 89% | 2024-06-07 |
1592. | Nitish (bankai_z8) | 17.55 | 93% | 2023-08-14 |
1593. | tstats[kevinsmemory] (kevin... | 17.48 | 91% | 2023-12-18 |
1594. | rev (revu) | 17.44 | 94% | 2023-09-24 |
1595. | lluis (lluissuros) | 17.39 | 92% | 2024-01-15 |
1596. | astralalgortihm (astralalgo... | 17.37 | 88% | 2024-07-26 |
1597. | Pratik (pratik_bhanwala) | 17.27 | 88% | 2023-08-19 |
1598. | Batsy (arnab_batsy) | 17.23 | 91% | 2024-10-19 |
1599. | t yszm (closets) | 16.58 | 92% | 2023-10-06 |
1600. | Abeni (akaabenezer) | 16.42 | 93% | 2024-08-18 |
1601. | Abhi :) (a_bhi) | 15.60 | 94% | 2023-12-15 |
1602. | Tahmid (tarmine) | 14.80 | 87% | 2024-04-07 |
1603. | __Areej__ (reeja_elgh) | 14.80 | 93% | 2023-08-12 |
1604. | aman (aman2007) | 14.64 | 91% | 2023-11-02 |
1605. | kavya (jungkook_02) | 14.21 | 95% | 2023-07-31 |
1606. | jazzu (jazzuxly) | 14.16 | 95% | 2024-07-26 |
1607. | keski6 (keski6) | 13.95 | 93.3% | 2023-12-21 |
1608. | porfiriomarquez (porfirioma... | 13.58 | 94% | 2025-05-21 |
1609. | Claire (claire_07) | 13.57 | 95% | 2023-06-14 |
1610. | rolex (rolex_01) | 13.36 | 94% | 2024-01-21 |
1611. | Sakil Molla (sak909) | 13.11 | 95% | 2023-08-05 |
1612. | Duo (duo1996) | 13.05 | 95% | 2024-08-11 |
1613. | eli sharp (kingattypingracer) | 12.18 | 93% | 2023-08-25 |
1614. | alpha (thealpha2020) | 11.85 | 90% | 2024-09-24 |
1615. | porty la count (hardr1) | 11.56 | 91.7% | 2024-09-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |