Python打印颜色字体 by Maple2014-11-0117:56:07Leave a comment on Python打印颜色字体Python Python, 颜色字体 输出的内容打印出颜色,可通过下面语句 def color(string): print ‘\033[1;32;40m’,string,’\033[0m’