tumbo/examples/full/build/old.py
2019-12-22 19:59:57 +01:00

4 lines
84 B
Python

from termcolor import colored
print(colored('Hello 👋', 'blue', attrs=['bold']))