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 |
---|---|---|---|---|
133. | austin (0x13ba) | 67.43 | 98% | 2024-02-21 |
134. | icebox (flsf) | 67.39 | 96% | 2019-04-28 |
135. | GEDO (z222bk) | 67.39 | 95.8% | 2023-06-11 |
136. | asepBoljug (mnien) | 67.37 | 96% | 2023-08-18 |
137. | Chieh laptop (leejay8011piq) | 67.26 | 99% | 2023-09-21 |
138. | Minnie (dalamus) | 67.15 | 97% | 2019-07-11 |
139. | Ravi (ravishankarr) | 67.14 | 97.8% | 2024-07-06 |
140. | plop (ploppiplop) | 67.07 | 97% | 2023-07-10 |
141. | Steve (steveleem) | 67.05 | 96% | 2024-01-09 |
142. | blue (bluishkindofblue) | 66.97 | 97% | 2024-04-21 |
143. | Nathan (nathanpatty) | 66.88 | 95% | 2024-03-25 |
144. | tolbi (tolbi) | 66.72 | 94% | 2024-04-13 |
145. | SeeStarz (mfahrim) | 66.45 | 95% | 2024-11-29 |
146. | Dinesh (dineshbabu) | 66.31 | 98% | 2025-02-19 |
147. | Aloysius (dude101no) | 66.30 | 96% | 2023-06-19 |
148. | Achromatic - youtu.be/VuzE7... | 66.18 | 98% | 2019-08-31 |
149. | Mikhail (mayham92) | 66.11 | 98% | 2022-07-08 |
150. | Sergito (yoonseok) | 66.07 | 97.3% | 2025-03-23 |
151. | ABCD (x007) | 66.00 | 99% | 2024-07-06 |
152. | rofllex (rofllex) | 65.96 | 95% | 2023-08-05 |
153. | BaniaTeAmo3 (camilin2002) | 65.83 | 97% | 2023-08-13 |
154. | DNF (lam4nk) | 65.79 | 96.1% | 2024-03-18 |
155. | MEN (menmentsu) | 65.63 | 97% | 2019-02-27 |
156. | OddlySerious (oddlyserious) | 65.55 | 98% | 2024-12-10 |
157. | Mystik (mystik02) | 65.54 | 96% | 2023-12-09 |
158. | jse (dragoncityjose) | 65.53 | 94.9% | 2024-02-03 |
159. | muchinchai (muchinchai) | 65.29 | 98.9% | 2024-01-03 |
160. | xd (renne_hayworth) | 65.09 | 97% | 2024-03-11 |
161. | sang (shatoboar) | 64.98 | 95.9% | 2024-10-05 |
162. | Userzin (userzin) | 64.97 | 97% | 2021-11-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |