Hi, I would like to learn a way of changing the colour of a particular part of the output text. I've tried the following:
import os os.system("color 17") print "This should be white on blue" But that command changes the colour of ALL the text and the whole background. What i'm trying to do is simple: Change a single part (A letter, a word, a phrase) of the output text. Is there a way of doing this? Thanks in advance, ~~A.Rosslyn -- http://mail.python.org/mailman/listinfo/python-list