Text race history for liiz mariela perez gervacio (liz_mariela_perez)

Back to text analysis page

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 )

Game Time WPM Accuracy
68 2025-05-30 01:31:49 26.90 93%
60 2025-05-26 19:02:34 26.19 95.2%
50 2025-05-20 02:14:50 23.20 95.7%
30 2025-05-19 00:01:02 16.05 94.4%
11 2025-05-18 00:54:14 25.96 94%