+ 3
How can we set the text to a different color?
I wanted to use colors to make my program a little more attractive... How can I put different colors to the print function so that I can achieve this task? Will I require some external modules to download for this?
2 Answers
+ 10
You might use colorama module for Python. It won't go in Sololearn, but should work elegantly in your IDE output console :)
+ 6
Thank You, Sir!