| Race Result Details | 
| Racer | tstats[kevinsmemory] (kevinsmemory) | 
| Race Number | 9 | 
| Date | Mon, 13 Nov 2023 9:17:48 | 
| Universe | code | 
| Speed | 20 WPM  Try to beat? | 
| Accuracy | 92.6% | 
| Rank | 2nd place (out of 2) | 
| Opponents | dinodepp (1st 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) |