Race Result Details |
Racer | Ghost (thelegend72) |
Race Number | 6 |
Date | Wed, 15 Mar 2023 5:23:55 |
Universe | code |
Speed |
39 WPM
![]() |
Accuracy | 93.7% |
Rank | 2nd place (out of 2) |
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)
|