how to print in bold in python3 code example Example: print bold python print('\033[1m' + 'Text' + '\033[0m')