print a value in red in cmd windows 10 using python code example
Example: how to change the color of command prompt in python
import os
# To get all possible colors for the command line, open the command prompt
# and enter the command "color help"
os.system('color FF')