Comment changer la couleur de l'invite de commande dans 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