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 |
---|---|---|---|---|
543. | Serg (seprimion) | 46.82 | 97% | 2024-02-01 |
544. | (timjeffery44) | 46.80 | 92% | 2019-05-22 |
545. | kinisslearner (kinesislearner) | 46.77 | 96% | 2024-05-03 |
546. | Ricezilla (ricezilla) | 46.73 | 95% | 2024-12-10 |
547. | ButterflyDNS (butterflydns) | 46.71 | 94% | 2023-08-10 |
548. | Asif (asif04) | 46.71 | 95.5% | 2024-03-12 |
549. | Evans (lordvidex) | 46.70 | 95% | 2023-01-30 |
550. | Alex (alexklaus) | 46.65 | 97% | 2019-04-15 |
551. | Chris (mils8545) | 46.54 | 96% | 2024-05-16 |
552. | Steve (iesftyper) | 46.49 | 97% | 2023-08-07 |
553. | Gerald (gerald3901) | 46.47 | 93.6% | 2024-09-24 |
554. | Erik (ezhou21) | 46.46 | 94% | 2022-05-26 |
555. | Ivyish (ivyish) | 46.45 | 94% | 2025-03-08 |
556. | Xion (xion14) | 46.43 | 97% | 2024-02-26 |
557. | wqqe (dendy_d) | 46.42 | 97% | 2024-10-24 |
558. | Michael (mwormley) | 46.39 | 95% | 2023-06-19 |
559. | Uno (unoppa) | 46.37 | 95% | 2023-08-24 |
560. | generaleoley (generaleoley) | 46.32 | 94% | 2023-06-06 |
561. | .zeki (zek1shaa) | 46.32 | 94% | 2024-02-28 |
562. | Smty (smtypradhan) | 46.32 | 94% | 2025-01-08 |
563. | + (sanicdehedgehog) | 46.30 | 94% | 2024-01-06 |
564. | kachuck (kachuck) | 46.26 | 94% | 2023-10-03 |
565. | Amit (amitkumariitm) | 46.25 | 96% | 2025-03-08 |
566. | Explosion99 (explosion99) | 46.22 | 94% | 2023-06-08 |
567. | zo (zohway) | 46.20 | 95% | 2023-11-10 |
568. | (sputype) | 46.16 | 95% | 2019-03-02 |
569. | Phuoc (phuocchubeo) | 46.15 | 94% | 2023-02-18 |
570. | pug (poug) | 46.14 | 95% | 2025-02-15 |
571. | Dojyaaan (disguisedkairos) | 46.13 | 93% | 2025-01-23 |
572. | FirelandeR (firelander) | 46.09 | 94% | 2024-11-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |