native bold text

29

native bold text -

class color:
   BOLD = '\033[1m'
   END = '\033[0m'

print(color.BOLD + 'Hello World !' + color.END)

Comments

Submit
0 Comments