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 |
---|---|---|---|---|
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. | (erokopes) | 72.96 | 96% | 2022-04-28 |
86. | Դավիթ (seyranyandavid) | 72.85 | 97% | 2025-07-23 |
87. | Tesseract (tesseractcat) | 72.76 | 97% | 2022-05-26 |
88. | asdfgrace (asdfgrace) | 72.69 | 95% | 2024-05-24 |
89. | i love typing!!! (hebibuki) | 72.54 | 97% | 2024-12-19 |
90. | Yuhang (yuhang0722) | 72.31 | 97% | 2022-10-22 |
91. | (delirious) | 72.15 | 97% | 2019-01-27 |
92. | Andy (parkourmaster302) | 72.09 | 97% | 2024-03-17 |
93. | fishy15 (fishy15) | 72.00 | 97% | 2021-11-23 |
94. | Orgalorrrrg (orgalorg) | 72.00 | 99.1% | 2024-02-25 |
95. | SalmanMKC (hellothen) | 71.99 | 97.6% | 2024-02-12 |
96. | Andi (dolphingarlic) | 71.48 | 97% | 2024-05-26 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |