2489 . 判断题

以下 Python 代码将绘制一个红色填充的圆。

import turtle
turtle.fillcolor("red") 
turtle.circle(20)
土豆
简单
0
收藏
题解讨论
反馈