Cetak tebal dan udeline dalam teks python

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