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
___
>
>
>
You can't enter bold letters as input.
___
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy
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