Re: Text Formating in Python
by Joonas Paalasmaa other posts by this author
Aug 26 2001 8:59PM messages near this date
Re: Question about indentation and bugs
|
Re: bsddb for simple database [very basic]
Lee Hulbert wrote:
>
> Is there a simple way to format a text string before printing to the
> screen?
>
> Specifically, I have a list of 80 numbers, and I want to print the
> list, with each number a different color if it is positive, negative,
> or 0.
curses module can do the job.
http://www.python.org/doc/current/lib/module-curses.html
--
http://mail.python.org/mailman/listinfo/python-list
|