My python code:
from termcolor import colored
print(colored("Hello", 'red'))
input('What's your name? ')
But in the output I get: ←[0m 1;31;40m
.
The colour is not the right colour either. It just has what I believe to be an ANSI code.
I was expecting for it to be the colour I wanted, and for it to not display characters which I did not type.
New contributor
Baconfish is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.