Aren (tl8xv)

Race #5

View Pit Stop page for race #5 by tl8xvGhost race

View profile for Aren (tl8xv)

Official speed 69.96 wpm (26.07 seconds elapsed during race)
Race Start May 22, 2023 5:30:21pm UTC
Race Finish May 22, 2023 5:30:47pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 23.32
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)