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 |
---|---|---|---|---|
447. | yong (topcool) | 50.20 | 97% | 2023-06-25 |
448. | you (dv_learner) | 50.18 | 96.8% | 2023-10-06 |
449. | Daniel (danyong) | 50.15 | 96% | 2025-06-08 |
450. | (peaceinchrist) | 50.10 | 96% | 2021-11-08 |
451. | mb3awi (emptybox34) | 50.06 | 94% | 2023-06-04 |
452. | monkescripts (monkescripts) | 50.05 | 95% | 2024-01-15 |
453. | ILoveSelly (mkim236) | 49.98 | 96% | 2023-06-16 |
454. | yayeet (repmal) | 49.92 | 94% | 2018-11-18 |
455. | Kit (yukit123) | 49.87 | 96.2% | 2023-12-10 |
456. | Adam (adamsyaq) | 49.86 | 96.4% | 2024-03-01 |
457. | Jadyn (onejadyn) | 49.77 | 95% | 2024-07-21 |
458. | omgracer (omgracer) | 49.76 | 96% | 2024-12-04 |
459. | 🎯 80 (arsenalbilbao) | 49.71 | 97% | 2025-01-13 |
460. | Porkkana (porkkana) | 49.67 | 94% | 2023-06-21 |
461. | panji (gasken) | 49.66 | 96% | 2024-10-01 |
462. | Bennett (bnnttnwhk) | 49.65 | 98% | 2021-11-16 |
463. | frendhy zhuang (frendhy) | 49.60 | 95% | 2023-09-14 |
464. | Robert (nforcer) | 49.48 | 95% | 2023-06-12 |
465. | λ (yambda) | 49.41 | 97% | 2023-07-24 |
466. | Anurag (anurag5sh) | 49.33 | 96% | 2024-01-28 |
467. | Weekey (layvth) | 49.32 | 96% | 2024-10-17 |
468. | ZeYaD22 (zead22) | 49.30 | 97% | 2020-02-04 |
469. | 0hno (0hnox) | 49.28 | 94% | 2024-12-17 |
470. | Shiji (sandevistan) | 49.26 | 98% | 2024-10-18 |
471. | Jawahir (jawa_481) | 49.21 | 94.6% | 2024-01-03 |
472. | Ameesh (yellow_flashh) | 49.19 | 93.7% | 2025-03-07 |
473. | Nerd Typist (nonquit_accuracy) | 49.16 | 98% | 2022-08-26 |
474. | Horst III (horstiii) | 49.15 | 97% | 2024-02-09 |
475. | doanhong (doanhong) | 49.14 | 97% | 2024-05-15 |
476. | Rajesh (rajesh183) | 49.13 | 99% | 2024-03-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |