4 lines
75 B
Python
Raw Normal View History

2019-12-22 19:59:57 +01:00
from termcolor import cprint
cprint('Hello 👋', 'blue', attrs=['bold'])