📅  最后修改于: 2022-03-11 14:46:52.503000             🧑  作者: Mango
pip install simple-colors
from simple_colors import *
print(green('hello'))
print(green('hello', 'bold'))
print(green('hello', ['bold', 'underlined']))