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. | wkn1 (wkn1) | 26.79 | 91% | 2024-11-22 |
| 1554. | dag (justmeyoall) | 26.78 | 94% | 2025-07-26 |
| 1555. | Brittany C (bcarroll1008) | 26.77 | 93% | 2025-02-24 |
| 1556. | abhishek (abhishree_123) | 26.76 | 95% | 2024-07-09 |
| 1557. | Kunal (voldy13) | 26.76 | 94% | 2023-06-06 |
| 1558. | bang chan luvr (neotech_209) | 26.74 | 92% | 2023-06-12 |
| 1559. | O (oking167) | 26.70 | 96% | 2024-03-03 |
| 1560. | Eldritch_Woman (eldritch_wo... | 26.68 | 92% | 2023-08-13 |
| 1561. | ELI (vinkz) | 26.64 | 91% | 2023-10-17 |
| 1562. | malik (malikanas) | 26.64 | 91% | 2025-09-05 |
| 1563. | Omega (likeyouknow) | 26.63 | 94% | 2023-07-10 |
| 1564. | osm_037 (osama_the_racer) | 26.62 | 92% | 2023-10-21 |
| 1565. | Ryan (waffelboi) | 26.61 | 93% | 2023-10-31 |
| 1566. | Livin (livin_justin) | 26.58 | 91% | 2025-04-17 |
| 1567. | Corbyn (cocrum) | 26.57 | 96% | 2024-08-22 |
| 1568. | Ms. Spector. (mahesaeca1) | 26.57 | 93% | 2023-06-19 |
| 1569. | Pit (pit_pit) | 26.56 | 94.4% | 2023-09-01 |
| 1570. | Nevin A S (ikaris07) | 26.55 | 96% | 2025-04-21 |
| 1571. | 97.vinash (avinash_01) | 26.51 | 96% | 2025-06-09 |
| 1572. | Rilziii (rilziii_) | 26.50 | 93% | 2023-06-13 |
| 1573. | Abdou (abdoulabani1) | 26.48 | 90% | 2023-06-20 |
| 1574. | butu (butu_04) | 26.48 | 94% | 2024-07-17 |
| 1575. | HappyAZ (happy_az) | 26.43 | 94% | 2025-02-21 |
| 1576. | Brennan (brundy) | 26.39 | 94.1% | 2023-09-26 |
| 1577. | I_like_Billie_Eilish (agiun... | 26.39 | 90% | 2023-06-17 |
| 1578. | Joshua (manbearto) | 26.32 | 96% | 2023-01-02 |
| 1579. | pieterjan (pjdem) | 26.31 | 92% | 2023-08-11 |
| 1580. | Ajay (aj4yyy) | 26.31 | 94% | 2025-07-28 |
| 1581. | Linis (linis) | 26.28 | 92.1% | 2023-11-11 |
| 1582. | Edward92 (12edward_) | 26.18 | 92% | 2024-04-21 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,545 | 44.87 | October 3, 2018 |