Imprimir em negrito e udeline no texto python

# print underline text in python
print("\033[4m"+ "YourText" + "\033[0m")
Gabriel Juri