Closed ghost closed 3 years ago
I believe you need to do this on Windows to make the colors work:
from colorama import init
init()
I believe you need to do this on Windows to make the colors work:
from colorama import init init()
Yes, I tried that and it didn't work... Then I copied & pasted your code and it did! I guess I was typing it wrong before!
I don't get any color but instead something weird...
My Code:
My output:
And just-in-case the output looks weird:
What is wrong?
I don't have any errors so
colorama
is installed right...