Alex Beltran T. (beltran_tarqui)

Race #84

View Pit Stop page for race #84 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 34.02 wpm (53.62 seconds elapsed during race)
Race Start June 10, 2025 4:26:10pm UTC
Race Finish June 10, 2025 4:27:04pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 11.34
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)