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 |
---|---|---|---|---|
1508. | Rickus (rickuss) | 27.19 | 92% | 2023-08-08 |
1509. | Thomas (tl23) | 27.16 | 96% | 2024-03-19 |
1510. | MauricioRiverin (mau_r_1) | 27.13 | 98% | 2024-10-21 |
1511. | Pancake (pancake654684) | 27.02 | 92% | 2024-11-10 |
1512. | Rafael (ro2093) | 27.00 | 96% | 2024-06-19 |
1513. | JHUen (juhen) | 26.97 | 84% | 2024-01-12 |
1514. | VON (__von__) | 26.95 | 94% | 2024-07-02 |
1515. | ahmed (s7mir11) | 26.94 | 95% | 2023-07-22 |
1516. | Arthur (99guest99) | 26.91 | 92% | 2023-11-19 |
1517. | gabriel flores (gabogood) | 26.91 | 92.3% | 2025-04-01 |
1518. | liiz mariela perez gervacio... | 26.90 | 93% | 2025-05-30 |
1519. | Matthew (shorent) | 26.85 | 90% | 2022-12-13 |
1520. | Aheed (aheedbn) | 26.85 | 94% | 2023-09-13 |
1521. | Funky Koval (funky_koval) | 26.82 | 92% | 2024-03-16 |
1522. | sunilprajapat (guddubahiya) | 26.81 | 94.8% | 2024-01-10 |
1523. | wkn1 (wkn1) | 26.79 | 91% | 2024-11-22 |
1524. | dag (justmeyoall) | 26.78 | 94% | 2025-07-26 |
1525. | Brittany C (bcarroll1008) | 26.77 | 93% | 2025-02-24 |
1526. | abhishek (abhishree_123) | 26.76 | 95% | 2024-07-09 |
1527. | Kunal (voldy13) | 26.76 | 94% | 2023-06-06 |
1528. | bang chan luvr (neotech_209) | 26.74 | 92% | 2023-06-12 |
1529. | O (oking167) | 26.70 | 96% | 2024-03-03 |
1530. | Eldritch_Woman (eldritch_wo... | 26.68 | 92% | 2023-08-13 |
1531. | ELI (vinkz) | 26.64 | 91% | 2023-10-17 |
1532. | malik (malikanas) | 26.64 | 91% | 2025-09-05 |
1533. | Omega (likeyouknow) | 26.63 | 94% | 2023-07-10 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |