Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Florencia Magali Alanoca (magali_alanoca)
Race Number 4
Date Thu, 15 May 2025 0:34:26
Universe code
Speed 21 WPM Try to beat?
Accuracy 93.9%
Rank 10th place (out of 19)
Opponents alvaro__ (6th place) blizhte (8th place) erick0334 (2nd place) fa1progra (4th place) fanor (5th place) jhony99 (11th place) jhosmarmamani (1st place) noelelias (9th place) priscilacervantes23 (12th place)

Text typed:

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 )
— (other) by www.pythonforbeginners.com (see stats)

Typing Review: