Bradford Powers wrote:[color=blue]
>
> I'm curious how I can make Python print text in color.[/color]
Begin by specifying the platform on which you want this to work,
and other possibly relevant details such as whether this is a
console program or one with a GUI (presumably not), and maybe
some other details I can't think of right now.
Also you might check the archives of this newsgroup at
groups.google.com. This sort of question comes up fairly
often. Might even be a FAQ at this point (see
www.python.org).
-Peter