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 |
|---|---|---|---|---|
| 611. | Erik (ezhou21) | 46.46 | 94% | 2022-05-26 |
| 612. | Ivyish (ivyish) | 46.45 | 94% | 2025-03-08 |
| 613. | Xion (xion14) | 46.43 | 97% | 2024-02-26 |
| 614. | wqqe (dendy_d) | 46.42 | 97% | 2024-10-24 |
| 615. | (typing_doggo) | 46.41 | 94% | 2025-10-13 |
| 616. | Michael (mwormley) | 46.39 | 95% | 2023-06-19 |
| 617. | Uno (unoppa) | 46.37 | 95% | 2023-08-24 |
| 618. | Jascii (jascii) | 46.34 | 97% | 2025-08-31 |
| 619. | generaleoley (generaleoley) | 46.32 | 94% | 2023-06-06 |
| 620. | .zeki (zek1shaa) | 46.32 | 94% | 2024-02-28 |
| 621. | Smty (smtypradhan) | 46.32 | 94% | 2025-01-08 |
| 622. | + (sanicdehedgehog) | 46.30 | 94% | 2024-01-06 |
| 623. | Jamie (ddrackuu) | 46.30 | 97% | 2025-06-02 |
| 624. | kachuck (kachuck) | 46.26 | 94% | 2023-10-03 |
| 625. | Amit (amitkumariitm) | 46.25 | 95.8% | 2025-03-08 |
| 626. | Explosion99 (explosion99) | 46.22 | 94% | 2023-06-08 |
| 627. | zo (zohway) | 46.20 | 95% | 2023-11-10 |
| 628. | Rick (rickdicker) | 46.19 | 93% | 2025-05-17 |
| 629. | (sputype) | 46.16 | 95% | 2019-03-02 |
| 630. | Phuoc (phuocchubeo) | 46.15 | 94% | 2023-02-18 |
| 631. | pug (poug) | 46.14 | 95% | 2025-02-15 |
| 632. | Dojyaaan (disguisedkairos) | 46.13 | 93% | 2025-01-23 |
| 633. | FirelandeR (firelander) | 46.09 | 94% | 2024-11-28 |
| 634. | MrBoombastic (mr_boombaastic) | 46.04 | 95% | 2021-07-16 |
| 635. | quadvedi (quadvedi) | 46.02 | 97% | 2023-06-27 |
| 636. | Denil (cuube) | 46.02 | 96% | 2023-05-30 |
| 637. | Joey (joeygetthedoughy) | 46.00 | 97% | 2023-05-31 |
| 638. | (ninja_h2) | 45.99 | 93% | 2022-09-04 |
| 639. | Honzik (jvacata) | 45.99 | 95.7% | 2024-01-05 |
| 640. | Sneyder Nunjar (snayder123_) | 45.96 | 94% | 2025-07-21 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,545 | 44.87 | October 3, 2018 |