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
_______________________________________________ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy