📅  最后修改于: 2022-03-11 14:46:37.082000             🧑  作者: Mango
#First off, you have to open up Command Prompt (WINDOWS) or Terminal (MAC) and type in pip install colour.
#In the shell type:
>>> import colour
>>> blue = colour("blue")
>>> blue