Cetak Teks Garis Besar Python

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