Race Result Details |
Racer | Augusto Aguilar (fa1progra) |
Race Number | 22 |
Date | Thu, 22 May 2025 1:43:32 |
Universe | code |
Speed |
33 WPM
![]() |
Accuracy | 93.4% |
Rank | 1st place (out of 10) |
Opponents | blizhte (5th place) jgary199 (4th place) jhony99 (6th place) pacara_flores_aida (7th place) villavicencioa (8th 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)
|