Race Result Details |
Racer | Maria Betzabe Ortega Soto (maria_ortega10) |
Race Number | 4 |
Date | Sun, 11 May 2025 0:23:42 |
Universe | code |
Speed |
30 WPM
![]() |
Accuracy | 94.6% |
Rank | 2nd place (out of 14) |
Opponents | alex_ramos (5th place) alexbeltrantarqui (4th place) alexlopez114387 (3rd place) erick_vargas (7th place) sharick_chungara (6th 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)
|