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 |
---|---|---|---|---|
1113. | Ajos (ajos6969) | 31.48 | 94% | 2023-08-15 |
1114. | Juna (geetsic) | 31.47 | 92% | 2024-09-11 |
1115. | ThPh (thph) | 31.46 | 93% | 2025-04-20 |
1116. | yassin (yassin_tafouzert) | 31.42 | 93.6% | 2025-01-31 |
1117. | Abu Fadel (a7medfadel) | 31.37 | 91% | 2023-08-14 |
1118. | David (david_nguyen21) | 31.33 | 93% | 2023-05-22 |
1119. | Jonas (calmdownnnnn) | 31.28 | 94% | 2023-06-15 |
1120. | Speed_Demon (m_therf_cker) | 31.26 | 97% | 2024-10-01 |
1121. | Mohammed (mohad7) | 31.25 | 92% | 2023-07-30 |
1122. | Diamond (diamondn1nja) | 31.25 | 94% | 2024-03-31 |
1123. | Gauri Smiju (gaurismiju) | 31.25 | 94% | 2025-04-21 |
1124. | Ovidiu (oschipor) | 31.24 | 98% | 2019-06-11 |
1125. | Chris (slumpychris) | 31.24 | 92% | 2019-12-30 |
1126. | Ankit (ankit_10) | 31.24 | 95% | 2023-09-19 |
1127. | Vishesh (vishesh_patel) | 31.24 | 92% | 2023-05-26 |
1128. | themztr (themztr) | 31.21 | 93% | 2023-06-08 |
1129. | Hex (tenhex) | 31.07 | 92% | 2024-08-22 |
1130. | aris990 (arisdiakidis22) | 31.07 | 94% | 2023-09-12 |
1131. | nyloraqu (nyloraqu) | 31.04 | 94% | 2024-11-07 |
1132. | Celokomeu (celokomeu) | 31.04 | 94.4% | 2024-06-14 |
1133. | XViktorNatorRäserX (viktor... | 31.01 | 93% | 2024-09-19 |
1134. | Ahmed (ahmedcapa) | 30.99 | 93% | 2024-07-14 |
1135. | Olivia (liv751) | 30.97 | 96% | 2025-03-22 |
1136. | bruh (zeloceb) | 30.96 | 97% | 2022-01-24 |
1137. | David (remyrium) | 30.95 | 94% | 2024-03-10 |
1138. | Rayhan (chaosm26) | 30.90 | 94% | 2023-06-29 |
1139. | Gabriel (doebit) | 30.89 | 94% | 2023-08-29 |
1140. | Bertha (gatguunbbang) | 30.89 | 96% | 2024-07-20 |
1141. | zeeshan (rafagg) | 30.82 | 92% | 2024-03-04 |
1142. | eimifukada (eimifukada2411) | 30.78 | 94% | 2024-12-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |