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 |
|---|---|---|---|---|
| 57. | GoodKnight (goodknight) | 77.20 | 97.3% | 2023-10-14 |
| 58. | dev_manush (dev_manush) | 76.69 | 97% | 2023-07-05 |
| 59. | Resync (resync) | 76.56 | 94% | 2023-08-05 |
| 60. | Arrogant (dkaocka) | 76.47 | 96.1% | 2023-12-09 |
| 61. | Ben (benjkcw) | 76.46 | 97% | 2019-03-15 |
| 62. | paraph (paraphrohn) | 76.42 | 97% | 2019-02-25 |
| 63. | Scott (scottyuk) | 75.88 | 98% | 2023-06-30 |
| 64. | matthew (oligophagy) | 75.70 | 98% | 2024-11-21 |
| 65. | (zak389) | 75.47 | 97.4% | 2024-07-19 |
| 66. | watch symphogear (ayasu) | 75.40 | 96% | 2019-07-27 |
| 67. | CloudJuic3 (stormgamer25) | 75.24 | 98% | 2023-12-25 |
| 68. | Autobalance (autobalance) | 75.04 | 99% | 2023-10-14 |
| 69. | Colemak (vladtsar37) | 74.92 | 98% | 2024-05-02 |
| 70. | :) (bavadin) | 74.81 | 98% | 2019-12-27 |
| 71. | Boi (disnoob) | 74.71 | 96% | 2023-07-14 |
| 72. | Nobody (nobodykiller) | 74.62 | 97% | 2024-02-13 |
| 73. | ay (d3b1) | 74.49 | 96% | 2021-09-19 |
| 74. | Volhosis (v... | 74.09 | 96.1% | 2019-07-21 |
| 75. | Kooch (kochy) | 73.91 | 97% | 2024-01-31 |
| 76. | police (styrofoam) | 73.63 | 96% | 2018-11-01 |
| 77. | Amir (amirahmedimtiaz) | 73.59 | 97% | 2024-02-11 |
| 78. | Sporcle (sporcle) | 73.47 | 96% | 2019-11-27 |
| 79. | ⛧🦇🎃💀🎃🦇⛧ ... | 73.43 | 95% | 2020-04-15 |
| 80. | monoxygen (monoxygen) | 73.42 | 96% | 2024-04-11 |
| 81. | (landarian) | 73.38 | 96% | 2020-04-13 |
| 82. | john (nothisisjohn) | 73.33 | 97% | 2019-07-22 |
| 83. | Nathan (nathannli) | 73.33 | 99% | 2023-07-24 |
| 84. | B (bhainesva) | 73.21 | 97% | 2023-08-02 |
| 85. | procrastinating (sticknleaf) | 73.20 | 95% | 2025-10-27 |
| 86. | (erokopes) | 72.96 | 96% | 2022-04-28 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,545 | 44.87 | October 3, 2018 |