第27217题 单选题
在Python的turtle绘图模块中,以下关于颜色设置的描述,哪一项是专门用于设置当前画笔的线条颜色?

以下为四个颜色设置相关选项,请选出正确的一项。

A

turtle.fillcolor('red')

B

turtle.pencolor('blue')

C

turtle.color('green')

D

turtle.setfillcolor('yellow')

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析