<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 10/05/20 12:38 pm, ICT SUREN wrote:<br>
    <blockquote type="cite"
cite="mid:CAJQ67A8xWg5nmOVx1=QTPB3rrVTznRW6mw3_pooDeBQ8HTLTCw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">  sir
        <div> one doubt in python. how  to  enter input value in bold
          text..</div>
        <font color="#888888">
          <div>suren</div>
        </font></div>
    </blockquote>
    <p><font color="#888888"> </font></p>
    <p>You can use the colorama package, as shown below:<br>
    </p>
    <pre>import colorama</pre>
    <pre>input("Name: " + colorama.Style.BRIGHT)</pre>
    <pre>print(colorama.Style.RESET_ALL)</pre>
    <p>HTH.<br>
    </p>
    <p>Regards,</p>
    <p>Vijay</p>
  </body>
</html>