How do I print bold text in Python?

How do I print bold text in Python?

For example:

print "hello"

What should I do so that the text “hello” is displayed in bold?

Leave a Comment