Print Bold And Udeline In Text Python June 15, 2022 by Rajeswari Palanivel print bold and udeline in text python # print underline text in python print("\033[4m"+ "YourText" + "\033[0m") Source: stackoverflow.com