So when I run Python in the terminal and type some code in, it's all white. No colours no matter what type of command/whatever I type. I read that I could maybe install something called 'blessings' by typing 'pip install blessings', and then use it in a script by typing 'from blessings import Terminal'. I wanted to double check whether that's the best way to do things, and safe etc? Appreciate any feedback.

