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 |
---|---|---|---|---|
50. | Naor (nervall) | 77.24 | 96% | 2023-06-14 |
51. | Mike (mike_mcspeed) | 77.23 | 96% | 2023-07-19 |
52. | GoodKnight (goodknight) | 77.20 | 97.3% | 2023-10-14 |
53. | dev_manush (dev_manush) | 76.69 | 97% | 2023-07-05 |
54. | Resync (resync) | 76.56 | 94% | 2023-08-05 |
55. | Arrogant (dkaocka) | 76.47 | 96.1% | 2023-12-09 |
56. | Ben (benjkcw) | 76.46 | 97% | 2019-03-15 |
57. | paraph (paraphrohn) | 76.42 | 97% | 2019-02-25 |
58. | Scott (scottyuk) | 75.88 | 98% | 2023-06-30 |
59. | matthew (oligophagy) | 75.70 | 98% | 2024-11-21 |
60. | (zak389) | 75.47 | 97.4% | 2024-07-19 |
61. | watch symphogear (ayasu) | 75.40 | 96% | 2019-07-27 |
62. | CloudJuic3 (stormgamer25) | 75.24 | 98% | 2023-12-25 |
63. | Autobalance (autobalance) | 75.04 | 99% | 2023-10-14 |
64. | Colemak (vladtsar37) | 74.92 | 98% | 2024-05-02 |
65. | :) (bavadin) | 74.81 | 98% | 2019-12-27 |
66. | Boi (disnoob) | 74.71 | 96% | 2023-07-14 |
67. | Nobody (nobodykiller) | 74.62 | 97% | 2024-02-13 |
68. | ay (d3b1) | 74.49 | 96% | 2021-09-19 |
69. | Volhosis (v... | 74.09 | 96.1% | 2019-07-21 |
70. | Kooch (kochy) | 73.91 | 97% | 2024-01-31 |
71. | police (styrofoam) | 73.63 | 96% | 2018-11-01 |
72. | Amir (amirahmedimtiaz) | 73.59 | 97% | 2024-02-11 |
73. | Sporcle (sporcle) | 73.47 | 96% | 2019-11-27 |
74. | ⛧🦇🎃💀🎃🦇⛧ ... | 73.43 | 95% | 2020-04-15 |
75. | monoxygen (monoxygen) | 73.42 | 96% | 2024-04-11 |
76. | (landarian) | 73.38 | 96% | 2020-04-13 |
77. | john (nothisisjohn) | 73.33 | 97% | 2019-07-22 |
78. | Nathan (nathannli) | 73.33 | 99% | 2023-07-24 |
79. | B (bhainesva) | 73.21 | 97% | 2023-08-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |