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 |
---|---|---|---|---|
579. | techniko (vial1234) | 46.99 | 94% | 2023-06-24 |
580. | ArifAli (testingyu) | 46.98 | 96% | 2023-12-28 |
581. | Huts (huts1) | 46.98 | 97% | 2023-06-23 |
582. | ... (skremp) | 46.97 | 95% | 2022-12-29 |
583. | J Gary (jgary199) | 46.93 | 95% | 2025-06-28 |
584. | Aleix (soler1212) | 46.90 | 95% | 2024-12-05 |
585. | Luminious (luminious) | 46.88 | 95% | 2022-02-14 |
586. | Serg (seprimion) | 46.82 | 97% | 2024-02-01 |
587. | (timjeffery44) | 46.80 | 92% | 2019-05-22 |
588. | kinisslearner (kinesislearner) | 46.77 | 96% | 2024-05-03 |
589. | Ricezilla (ricezilla) | 46.73 | 95% | 2024-12-10 |
590. | ButterflyDNS (butterflydns) | 46.71 | 94% | 2023-08-10 |
591. | Asif (asif04) | 46.71 | 95.5% | 2024-03-12 |
592. | Evans (lordvidex) | 46.70 | 95% | 2023-01-30 |
593. | Alex (alexklaus) | 46.65 | 97% | 2019-04-15 |
594. | Chris (mils8545) | 46.54 | 96% | 2024-05-16 |
595. | Steve (iesftyper) | 46.49 | 97% | 2023-08-07 |
596. | Gerald (gerald3901) | 46.47 | 93.6% | 2024-09-24 |
597. | Erik (ezhou21) | 46.46 | 94% | 2022-05-26 |
598. | Ivyish (ivyish) | 46.45 | 94% | 2025-03-08 |
599. | Xion (xion14) | 46.43 | 97% | 2024-02-26 |
600. | wqqe (dendy_d) | 46.42 | 97% | 2024-10-24 |
601. | Michael (mwormley) | 46.39 | 95% | 2023-06-19 |
602. | Uno (unoppa) | 46.37 | 95% | 2023-08-24 |
603. | Jascii (jascii) | 46.34 | 97% | 2025-08-31 |
604. | generaleoley (generaleoley) | 46.32 | 94% | 2023-06-06 |
605. | .zeki (zek1shaa) | 46.32 | 94% | 2024-02-28 |
606. | Smty (smtypradhan) | 46.32 | 94% | 2025-01-08 |
607. | + (sanicdehedgehog) | 46.30 | 94% | 2024-01-06 |
608. | Jamie (ddrackuu) | 46.30 | 97% | 2025-06-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |