Alex (evil_alex)

Race #416

View Pit Stop page for race #416 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 50.10 wpm (36.41 seconds elapsed during race)
Race Start March 23, 2025 8:39:04pm UTC
Race Finish March 23, 2025 8:39:40pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 16.70
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)