Luis Alberto Delgado Pinto (luis_univ)

Race #24

View Pit Stop page for race #24 by luis_univGhost race

View profile for Luis Alberto Delgado Pinto (luis_univ)

Official speed 27.05 wpm (67.43 seconds elapsed during race)
Race Start June 24, 2025 6:37:17pm UTC
Race Finish June 24, 2025 6:38:25pm UTC
Outcome No win (4 of 13)
Opponents 9. souljin99 (22.20 wpm)
10. magali_alanoca (22.14 wpm)
Accuracy 93.0%
Points 9.02
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)