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 |
---|---|---|---|---|
1454. | Mustafa (mustafa13) | 23.20 | 93% | 2024-07-14 |
1455. | YASH (yash5908) | 23.18 | 92% | 2024-07-29 |
1456. | Keem Kairi (k33m_k4r1) | 23.17 | 94% | 2024-05-06 |
1457. | dallari (dallari7) | 23.09 | 94% | 2023-12-29 |
1458. | Kyrillos (kyrillos_akram) | 23.04 | 97% | 2024-03-25 |
1459. | A3NW (a3nw) | 22.94 | 94% | 2024-03-14 |
1460. | muhammad wildan (ilyasa123) | 22.92 | 93% | 2023-08-22 |
1461. | Rajesh Jangid (rajesh_11) | 22.91 | 92.4% | 2024-10-15 |
1462. | Shushant (shushant_07) | 22.87 | 93.7% | 2024-02-29 |
1463. | HOLY (holy12_soap) | 22.67 | 93% | 2023-06-24 |
1464. | MIlo (fc_alamawi) | 22.65 | 95% | 2024-03-12 |
1465. | Worth (worths) | 22.64 | 94.8% | 2024-04-26 |
1466. | Grypho (gryphox) | 22.63 | 92% | 2025-02-22 |
1467. | minseo (justin1115) | 22.60 | 92% | 2023-10-06 |
1468. | Ali (abth_ab) | 22.55 | 95% | 2023-12-04 |
1469. | Marko (hawk691) | 22.40 | 95% | 2025-05-10 |
1470. | aagam (aagam10) | 22.29 | 91% | 2025-03-01 |
1471. | mamdobhoot (mamdo_bhoot) | 22.28 | 92% | 2025-04-23 |
1472. | Karsten (dutchie3) | 22.14 | 89% | 2023-05-22 |
1473. | Anna (650561585513) | 22.14 | 97.4% | 2025-01-24 |
1474. | hamza (hamza_typo) | 22.10 | 91% | 2024-06-30 |
1475. | good_bedbug (good_bedbug) | 22.05 | 94% | 2025-01-11 |
1476. | bander (8havya) | 21.93 | 92.9% | 2023-10-21 |
1477. | ze (ze234) | 21.88 | 90% | 2023-10-11 |
1478. | Vladtsepesh (vladtsepesh) | 21.87 | 91% | 2023-09-21 |
1479. | wecek (wecekij) | 21.83 | 92% | 2023-07-12 |
1480. | Arindam (adam_009) | 21.78 | 94% | 2024-06-02 |
1481. | 00101110 (00101110) | 21.73 | 96% | 2024-02-04 |
1482. | Bhavesh Khara (bhavesh_26) | 21.72 | 95% | 2024-03-01 |
1483. | cheeseburger (avytar) | 21.70 | 91% | 2025-02-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |