Luis Alberto Delgado Pinto (luis_univ)

Race #31

View Pit Stop page for race #31 by luis_univGhost race

View profile for Luis Alberto Delgado Pinto (luis_univ)

Official speed 29.24 wpm (62.38 seconds elapsed during race)
Race Start September 26, 2025 4:27:58pm UTC
Race Finish September 26, 2025 4:29:01pm UTC
Outcome No win (4 of 9)
Opponents 6. iverjoel (22.71 wpm)
Accuracy 96.0%
Points 9.75
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)