生成式人工智能应用对学习和生活有着积极的影响,某同学为了宣传人工智能,计划使用 turtle 绘图来创作海报,下列Python代码可以将画笔设置为绿色的是?( )
turtle.pencolor("green")
turtle.fillcolor("green")
turtle.color("red", "green")
turtle.bgcolor("green")