Imprima Bold y Udeline en Text Python

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