tumbo/examples/full/build/old.py

4 lines
84 B
Python

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