| Race Result Details | 
| Racer | Deva (deva28) | 
| Race Number | 1 | 
| Date | Thu, 21 Mar 2024 1:04:44 | 
| Universe | code | 
| Speed | 22 WPM  Try to beat? | 
| Accuracy | 97.1% | 
| Rank | 7th place (out of 15) | 
| Opponents | adiaryasuta (3rd place) baskara_kungkang (5th place) lil_widhi (6th place) momet_ (8th place) nobel_saputra (4th place) novalfaiq (1st place) vinnvinn (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) |