Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Oliver (oliver84)
Race Number 14
Date Thu, 1 Oct 2015 22:16:10
Universe code
Speed 40 WPM Try to beat?
Accuracy 91%
Rank 4th place (out of 6)
Opponents erh4ua (2nd place) richardgomes7d (6th place) yarrpirate (1st place)

Text typed:

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)
— (software) by http://www.java2s.com/Code/Python/Network/SubmitGETData.htm (see stats)