执行下列turtle库的指令后,画笔最终为哪种颜色?( )
import turtle
turtle.pencolor("blue")
turtle.color("red","green")
turtle.fillcolor("yellow")
黄色
红色
蓝色
绿色