Cómo cambiar el color del símbolo del sistema en Python

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')
expliked