Andre (andre_andrew)

Race #1

View Pit Stop page for race #1 by andre_andrewGhost race

View profile for Andre (andre_andrew)

Official speed 26.90 wpm (67.81 seconds elapsed during race)
Race Start May 28, 2025 4:17:35am UTC
Race Finish May 28, 2025 4:18:42am UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 8.97
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)