c
codeye
V1
2022/10/14阅读:17主题:默认主题
色彩输出
from colorama import Fore
print(Fore.CYAN + 'life is short, I love python')
print(Fore.LIGHTRED_EX + 'life is short, I love python')
print(Fore.BLUE + 'life is short, I love python')
print(Fore.GREEN + 'life is short, I love python')
print(Fore.YELLOW + 'life is short, I love python')
输出效果

作者介绍
c
codeye
V1