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 |
---|---|---|---|---|
1465. | Rickus (rickuss) | 27.19 | 92% | 2023-08-08 |
1466. | Thomas (tl23) | 27.16 | 96% | 2024-03-19 |
1467. | MauricioRiverin (mau_r_1) | 27.13 | 98% | 2024-10-21 |
1468. | Pancake (pancake654684) | 27.02 | 92% | 2024-11-10 |
1469. | Rafael (ro2093) | 27.00 | 96% | 2024-06-19 |
1470. | JHUen (juhen) | 26.97 | 84% | 2024-01-12 |
1471. | VON (__von__) | 26.95 | 94% | 2024-07-02 |
1472. | ahmed (s7mir11) | 26.94 | 95% | 2023-07-22 |
1473. | Arthur (99guest99) | 26.91 | 92% | 2023-11-19 |
1474. | gabriel flores (gabogood) | 26.91 | 92.3% | 2025-04-01 |
1475. | liiz mariela perez gervacio... | 26.90 | 93% | 2025-05-30 |
1476. | Matthew (shorent) | 26.85 | 90% | 2022-12-13 |
1477. | Aheed (aheedbn) | 26.85 | 94% | 2023-09-13 |
1478. | Funky Koval (funky_koval) | 26.82 | 92% | 2024-03-16 |
1479. | sunilprajapat (guddubahiya) | 26.81 | 94.8% | 2024-01-10 |
1480. | wkn1 (wkn1) | 26.79 | 91% | 2024-11-22 |
1481. | Fátima (nessa2) | 26.78 | 95% | 2025-07-07 |
1482. | Brittany C (bcarroll1008) | 26.77 | 93% | 2025-02-24 |
1483. | abhishek (abhishree_123) | 26.76 | 95% | 2024-07-09 |
1484. | Kunal (voldy13) | 26.76 | 94% | 2023-06-06 |
1485. | bang chan luvr (neotech_209) | 26.74 | 92% | 2023-06-12 |
1486. | Marko (hawk691) | 26.72 | 94% | 2025-07-24 |
1487. | O (oking167) | 26.70 | 96% | 2024-03-03 |
1488. | Eldritch_Woman (eldritch_wo... | 26.68 | 92% | 2023-08-13 |
1489. | ELI (vinkz) | 26.64 | 91% | 2023-10-17 |
1490. | Omega (likeyouknow) | 26.63 | 94% | 2023-07-10 |
1491. | osm_037 (osama_the_racer) | 26.62 | 92% | 2023-10-21 |
1492. | Ryan (waffelboi) | 26.61 | 93% | 2023-10-31 |
1493. | Livin (livin_justin) | 26.58 | 91% | 2025-04-17 |
1494. | Corbyn (cocrum) | 26.57 | 96% | 2024-08-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |