mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2025-02-05 14:06:27 +00:00
4 lines
84 B
Python
4 lines
84 B
Python
from termcolor import colored
|
|
|
|
print(colored('Hello 👋', 'blue', attrs=['bold']))
|