예제 #1
0
def yellow(x: str) -> str:
    return colored(x, 'yellow')
예제 #2
0
def title(x: str) -> str:
    return colored(x, 'blue', intense=True)
예제 #3
0
def green(x: str) -> str:
    return colored(x, 'green')