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