在turtle库中的指令,执行以下代码指令后,画笔为哪种颜色?
import turtle
turtle.pencolor("yellow")
turtle.color("green")
粉色
黄色
绿色
程序报错