Re: [Tutor] how to print a string in desired colour

2012-02-12 Thread Devin Jeanpierre
On Sun, Feb 12, 2012 at 8:02 AM, Scott Nelson wrote: > On Sun, Feb 12, 2012 at 6:47 AM, Debashish Saha wrote: >> >> suppose i want to print 'hello world' in color blue.so what to do? >> > > There was a similar thread awhile ago.  Unfortunately the answer isn't an > easy one.  It depends on what o

Re: [Tutor] how to print a string in desired colour

2012-02-12 Thread bob gailer
Please always tell us which OS you are using, which version of Python. When something you try does not give you the result you want, please tell us what you got. In a case like this also tell us where you want the colored text to appear. It may be obvious to you but it is not to us. Given h

Re: [Tutor] how to print a string in desired colour

2012-02-12 Thread Scott Nelson
On Sun, Feb 12, 2012 at 6:47 AM, Debashish Saha wrote: > suppose i want to print 'hello world' in color blue.so what to do? > > There was a similar thread awhile ago. Unfortunately the answer isn't an easy one. It depends on what operating system you use. Here's a link to the old thread: http:

[Tutor] how to print a string in desired colour

2012-02-12 Thread Debashish Saha
suppose i want to print 'hello world' in color blue.so what to do? i tried print 'hello world','blue' ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor