Race Result Details |
Racer | Emily (erh4ua) |
Race Number | 21 |
Date | Thu, 1 Oct 2015 22:16:03 |
Universe | code |
Speed |
47 WPM
![]() |
Accuracy | 92.1% |
Rank | 2nd place (out of 6) |
Opponents | oliver84 (4th 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)
|