📌  相关文章
📜  如何在python代码示例中更改命令提示符的颜色

📅  最后修改于: 2022-03-11 14:46:06.647000             🧑  作者: Mango

代码示例1
import os
# To get all possible colors for the command line, open the command prompt
# and enter the command "color help"
os.system('color FF')