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 |
---|---|---|---|---|
1534. | osm_037 (osama_the_racer) | 26.62 | 92% | 2023-10-21 |
1535. | Ryan (waffelboi) | 26.61 | 93% | 2023-10-31 |
1536. | Livin (livin_justin) | 26.58 | 91% | 2025-04-17 |
1537. | Corbyn (cocrum) | 26.57 | 96% | 2024-08-22 |
1538. | Ms. Spector. (mahesaeca1) | 26.57 | 93% | 2023-06-19 |
1539. | Pit (pit_pit) | 26.56 | 94% | 2023-09-01 |
1540. | Nevin A S (ikaris07) | 26.55 | 96% | 2025-04-21 |
1541. | Avinash (avinash_01) | 26.51 | 96% | 2025-06-09 |
1542. | Rilziii (rilziii_) | 26.50 | 93% | 2023-06-13 |
1543. | Abdou (abdoulabani1) | 26.48 | 90% | 2023-06-20 |
1544. | butu (butu_04) | 26.48 | 94% | 2024-07-17 |
1545. | Brennan (brundy) | 26.39 | 94.1% | 2023-09-26 |
1546. | I_like_Billie_Eilish (agiun... | 26.39 | 90% | 2023-06-17 |
1547. | Joshua (manbearto) | 26.32 | 96% | 2023-01-02 |
1548. | pieterjan (pjdem) | 26.31 | 92% | 2023-08-11 |
1549. | Ajay (aj4yyy) | 26.31 | 94% | 2025-07-28 |
1550. | Linis (linis) | 26.28 | 92.1% | 2023-11-11 |
1551. | Edward92 (12edward_) | 26.18 | 92% | 2024-04-21 |
1552. | Prafful Pawar (prafful7) | 26.17 | 93% | 2024-04-03 |
1553. | Jay (jelly_dot) | 26.16 | 97% | 2024-04-19 |
1554. | Anonymous (secret_codes) | 26.12 | 95% | 2018-10-06 |
1555. | Zaki (zakib978) | 26.06 | 95% | 2023-06-20 |
1556. | gforien (gforien) | 26.05 | 91% | 2023-07-18 |
1557. | Yarot Sanabria L. (yarot123) | 26.03 | 94% | 2025-06-08 |
1558. | Hasan Berkant (prediger) | 26.01 | 91% | 2024-02-19 |
1559. | Kas_sas_saK (ksssk) | 26.00 | 89% | 2023-10-30 |
1560. | Area_42 (area_42) | 25.98 | 93% | 2023-07-18 |
1561. | Akis (textorcist_96) | 25.96 | 92% | 2024-01-12 |
1562. | Dave (thewave91) | 25.93 | 97% | 2024-09-28 |
1563. | Regmyster (regmyster) | 25.92 | 93% | 2025-08-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |