Race Result Details |
Racer | SaraĆ (sarai_vega012) |
Race Number | 30 |
Date | Fri, 4 Jul 2025 0:39:53 |
Universe | code |
Speed |
21 WPM
![]() |
Accuracy | 91.4% |
Rank | 7th place (out of 8) |
Opponents | alex_ramos (3rd place) ariane_salazar (2nd place) beltran_tarqui (4th place) dannerjosequispehuallpa (8th place) maria_ortega10 (1st place) nessa2 (5th 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)
|