Re: [Chennaipy] doubt in python

2020-05-10 Thread Vijay Kumar
On 10/05/20 12:38 pm, ICT SUREN wrote:   sir  one doubt in python. how  to  enter input value in bold text.. suren You can use the colorama package, as shown below: import colorama input("Name: " + colorama.Style.BRIGHT) print(colorama.Style.RESET_ALL) HTH. Regards, Vijay ___

Re: [Chennaipy] doubt in python

2020-05-10 Thread Shrinivasan T
> > > You can't enter bold letters as input. ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] doubt in python

2020-05-10 Thread ICT SUREN
sir one doubt in python. how to enter input value in bold text.. suren ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy