Ariq (hendryriq)

Race #2

View Pit Stop page for race #2 by hendryriqGhost race

View profile for Ariq (hendryriq)

Official speed 30.36 wpm (60.08 seconds elapsed during race)
Race Start October 15, 2025 10:04:42am UTC
Race Finish October 15, 2025 10:05:42am UTC
Outcome No win (2 of 2)
Accuracy 91.0%
Points 10.12
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)