Race Result Details |
Racer | Ryan (ryan_soh) |
Race Number | 8 |
Date | Tue, 21 May 2024 8:48:40 |
Universe | code |
Speed |
56 WPM
![]() |
Accuracy | 94.4% |
Rank | 3rd place (out of 3) |
Opponents | icedlemontea1 (1st place) yanganyi (2nd 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)
|