Alex (evil_alex)

Race #319

View Pit Stop page for race #319 by evil_alexGhost race

View profile for Alex (evil_alex)

Official speed 53.28 wpm (34.23 seconds elapsed during race)
Race Start February 12, 2025 7:13:48pm UTC
Race Finish February 12, 2025 7:14:22pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 17.76
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)