When I try to run the python koans, I don't get the colors, instead I get the ANSI color codes. I want to get the colors. It seems to be using colorama under the hood. I try to run colorama sample code in the interpeter and get syntax errors and/or assert errors.
Second if can't fix first: How do I get to strip out the ansi color codes. I tried various values of strip=True, and Convert=False to no avail.
Please help.