Race Result Details |
| Racer | Carlos Mauricio Riverin Vasquez (mau_r123) |
| Race Number | 11 |
| Date | Sun, 18 May 2025 1:23:47 |
| Universe | code |
| Speed |
26 WPM
Try to beat?
|
| Accuracy | 95% |
| Rank | 8th place (out of 20) |
| Opponents | alvaro__ (7th place) blizhte (5th place) cris1310 (13th place) erick0334 (3rd place) fa1progra (4th place) jgary199 (1st place) jhony99 (12th place) jhosmarmamani (2nd place) luis_univ (11th place) noelelias (10th place) souljin99 (9th place) villavicencioa (14th 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)
|
