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