I don't know ho to change the color of a text. For example:a = input('Enter a value in the range of 0-10'); andb = input ('Enter a value in the range of 0-10'); Then:c = a+b; Now I want the c as RED if it is greater than 10 and GREEN if it is less than 10.