0

I am using smtp, mac, python 2.7.

Tried this: this approach

text = "This is the text"
bold_text = "This is the \033[1m text \033[0m"
print(bold_text)

result:

This is the \033[1m text \033[0m

Michał Zaborowski
  • 3,911
  • 2
  • 19
  • 39
Jeevan TM
  • 1
  • 2

0 Answers0