Alex (evil_alex)

Race #295

View Pit Stop page for race #295 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 49.08 wpm (37.16 seconds elapsed during race)
Race Start February 5, 2025 8:18:50pm UTC
Race Finish February 5, 2025 8:19:27pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 16.36
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)