mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 08:16:26 +00:00
4 lines
84 B
Python
4 lines
84 B
Python
from termcolor import colored
|
|
|
|
print(colored('Hello 👋', 'blue', attrs=['bold']))
|