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 |
---|---|---|---|---|
97. | 🌹Ayra (ayraa) | 71.43 | 96% | 2023-09-19 |
98. | Ahnaf (ahnaf75) | 71.06 | 97.3% | 2024-10-17 |
99. | Julian (robthephysician) | 70.97 | 97.4% | 2024-04-04 |
100. | purplefr|ction (tesla_diesel) | 70.71 | 97% | 2023-06-02 |
101. | LeSirH (lesirh) | 70.62 | 95% | 2020-02-28 |
102. | KiddieX (emyrr) | 70.41 | 94% | 2023-09-24 |
103. | Kim (kimson52) | 70.36 | 98% | 2024-09-28 |
104. | Ash (ashwhall) | 70.33 | 95% | 2023-10-30 |
105. | poem ⛈️ (storm) | 70.17 | 98% | 2019-07-21 |
106. | ed (edward_9x) | 70.11 | 96% | 2023-08-28 |
107. | Nick (nickxiv) | 70.07 | 99% | 2025-03-22 |
108. | n685 (nhuang685) | 70.06 | 96% | 2024-05-24 |
109. | Aren (tl8xv) | 69.92 | 97% | 2023-05-23 |
110. | sunglass (sunglassdev) | 69.88 | 96% | 2024-08-09 |
111. | jaxsyntax (jaxsyntax) | 69.81 | 98% | 2025-01-15 |
112. | Brian L (gmbrianlaw) | 69.78 | 96% | 2024-05-24 |
113. | tstats[omarthefast] (omarth... | 69.45 | 97% | 2023-09-29 |
114. | Bebe (zeuwu) | 69.44 | 96% | 2024-05-20 |
115. | jean (jsddfgh) | 69.32 | 98% | 2023-06-20 |
116. | dotdotdot (atuladhar1) | 69.27 | 97% | 2023-07-04 |
117. | SummerSide (summersider) | 69.03 | 95% | 2023-12-27 |
118. | ISuckAtTyperacer (im_bad_at... | 68.91 | 97% | 2023-06-28 |
119. | RAMs3c (xander360) | 68.77 | 97% | 2024-11-29 |
120. | . (serqph) | 68.69 | 95% | 2019-05-26 |
121. | Sachin Sharma (ragemodeon) | 68.68 | 96% | 2022-07-11 |
122. | Gendarme (gendarme) | 68.67 | 96% | 2024-12-03 |
123. | ChK (chkg2a) | 68.34 | 98% | 2024-03-12 |
124. | beachturkey (beachtukrey) | 68.08 | 96% | 2023-06-27 |
125. | bob (ekizs) | 68.04 | 95.3% | 2024-04-10 |
126. | Asura (asura_yt) | 68.04 | 95% | 2024-02-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |