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 |
---|---|---|---|---|
1447. | Naren (spoiled_brat) | 28.40 | 90% | 2024-03-19 |
1448. | Daivik Garg (daivikgarg) | 28.39 | 92% | 2024-07-22 |
1449. | Exypnos (typologist_1) | 28.37 | 93% | 2023-06-22 |
1450. | Fátima (nessa2) | 28.35 | 96% | 2025-09-10 |
1451. | Saurav (seldom69) | 28.33 | 96% | 2023-11-13 |
1452. | F (fad498) | 28.25 | 97% | 2023-11-15 |
1453. | Misael Rocha (blizhte) | 28.20 | 94% | 2025-06-15 |
1454. | Jai_Shree_Ram🚩 (dj_harshu) | 28.19 | 95% | 2023-07-29 |
1455. | Cheezmo (cheezmo) | 28.15 | 95% | 2023-11-18 |
1456. | Dinodepp (dinodepp) | 28.11 | 94.2% | 2023-11-15 |
1457. | joel (f0cusolo) | 28.10 | 91% | 2023-12-31 |
1458. | Maharajan (rocket_raja) | 28.09 | 95% | 2024-02-11 |
1459. | Armando (jos3ar) | 28.09 | 92% | 2024-09-16 |
1460. | Jason Hean (jackson95) | 28.08 | 93% | 2024-09-03 |
1461. | Josh (turtletyper7) | 28.02 | 93% | 2023-08-17 |
1462. | Jhonny Condori (jhonny_ct) | 28.02 | 96% | 2025-07-07 |
1463. | jjohn (jjohn2) | 28.01 | 92% | 2024-04-28 |
1464. | Predator (predator_1001) | 28.01 | 95% | 2024-07-18 |
1465. | Josh (jwilder) | 28.00 | 97% | 2024-03-12 |
1466. | Alvaro Ricaldi (alvaro__) | 27.99 | 90.6% | 2025-05-15 |
1467. | Sandra (badmac16) | 27.98 | 95.8% | 2024-01-20 |
1468. | sklbz (sklbz) | 27.95 | 98% | 2023-06-30 |
1469. | alexbeltrantarqui (alexbelt... | 27.94 | 90% | 2025-05-16 |
1470. | Sebastian (4555) | 27.93 | 95% | 2024-02-26 |
1471. | Spark (spark_x1) | 27.90 | 93% | 2023-07-07 |
1472. | DrCucumberuk (drcucumberuk) | 27.90 | 92% | 2023-12-05 |
1473. | Mardih (mrdhgr_) | 27.87 | 90.7% | 2024-08-20 |
1474. | Edoo (edoo_x4b) | 27.80 | 96% | 2023-08-22 |
1475. | Kishor (kishorb5) | 27.79 | 94% | 2023-08-04 |
1476. | lewis (lewis280403) | 27.79 | 93% | 2024-10-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |