Can someone help me to print the python output as link but it should display the customized text.
text = "Bug"
url = https://bug.com
i want to display Bug as output, but we click it should redirect to https://bug.com
I'm looking something similar to html anchor tag in python.
<a href = "https://bug.com" >Bug<a>
Thanks