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 |
---|---|---|---|---|
115. | RAMs3c (xander360) | 68.77 | 97% | 2024-11-29 |
116. | . (serqph) | 68.69 | 95% | 2019-05-26 |
117. | Sachin Sharma (ragemodeon) | 68.68 | 96% | 2022-07-11 |
118. | Gendarme (gendarme) | 68.67 | 96% | 2024-12-03 |
119. | ChK (chkg2a) | 68.34 | 98% | 2024-03-12 |
120. | beachturkey (beachtukrey) | 68.08 | 96% | 2023-06-27 |
121. | bob (ekizs) | 68.04 | 95.3% | 2024-04-10 |
122. | Asura (asura_yt) | 68.04 | 95% | 2024-02-23 |
123. | Anch (anch159) | 67.80 | 96% | 2023-05-23 |
124. | Arnold (arnoldchewbacca) | 67.66 | 98% | 2021-11-30 |
125. | Ethan (waitblock) | 67.62 | 95% | 2022-06-02 |
126. | Jake (jmill1125) | 67.62 | 97.6% | 2024-12-12 |
127. | Steven (xuqc01) | 67.55 | 95% | 2023-07-05 |
128. | slitovskiy (slitovskiy) | 67.54 | 96% | 2024-09-03 |
129. | Amen [Dvorak-Trainee] (amun) | 67.45 | 97% | 2023-08-15 |
130. | austin (0x13ba) | 67.43 | 98% | 2024-02-21 |
131. | icebox (flsf) | 67.39 | 96% | 2019-04-28 |
132. | GEDO (z222bk) | 67.39 | 95.8% | 2023-06-11 |
133. | asepBoljug (mnien) | 67.37 | 96% | 2023-08-18 |
134. | Chieh laptop (leejay8011piq) | 67.26 | 99% | 2023-09-21 |
135. | Minnie (dalamus) | 67.15 | 97% | 2019-07-11 |
136. | Ravi (ravishankarr) | 67.14 | 97.8% | 2024-07-06 |
137. | plop (ploppiplop) | 67.07 | 97% | 2023-07-10 |
138. | Steve (steveleem) | 67.05 | 96% | 2024-01-09 |
139. | blue (bluishkindofblue) | 66.97 | 97% | 2024-04-21 |
140. | Nathan (nathanpatty) | 66.88 | 95% | 2024-03-25 |
141. | tolbi (tolbi) | 66.72 | 94% | 2024-04-13 |
142. | SeeStarz (mfahrim) | 66.45 | 95% | 2024-11-29 |
143. | Dinesh (dineshbabu) | 66.31 | 98% | 2025-02-19 |
144. | Aloysius (dude101no) | 66.30 | 96% | 2023-06-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |