J Gary (jgary199)

Race #20

View Pit Stop page for race #20 by jgary199Ghost race

View profile for J Gary (jgary199)

Official speed 30.48 wpm (59.84 seconds elapsed during race)
Race Start May 22, 2025 1:42:37am UTC
Race Finish May 22, 2025 1:43:37am UTC
Outcome No win (4 of 10)
Opponents 1. fa1progra (32.94 wpm)
5. blizhte (27.21 wpm)
7. pacara_flores_aida (20.46 wpm)
8. villavicencioa (18.96 wpm)
Accuracy 94.0%
Points 10.16
Text #10006 (Length: 152 characters)

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)