Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer cristian_flores_armijo (cristian_xd)
Race Number 2
Date Tue, 28 May 2024 19:56:43
Universe code
Speed 23 WPM Try to beat?
Accuracy 92.3%
Rank 7th place (out of 21)
Opponents ariane111 (4th place) chavezfred (8th place) jasel_alexander_ayma10 (1st place) luis_rodrigo (2nd place) mariabetzabeortega_soto (5th place) sharick_chungara (6th place)

Text typed:

import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = json.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet['text']
— (other) by www.pythonforbeginners.com (see stats)

Typing Review: