下列哪段代码可以将画笔颜色设置为红色?( )
turtle.pen('red')
turtle.fillcolor('red')
turtle.colormode('red')
turtle.pencolor('red')