如何设置turtle画笔的颜色为红色?( )
turtle.color(red)
turtle.pencolor("red")
turtle.fillcolor("red")
turtle.bgcolor("red")