题库 Python题库 题目列表 下方代码绘制出的图形是哪个? ( )import turtl...
单选题

下方代码绘制出的图形是哪个? ( )

import turtle 
turtle.color('green') 
turtle.circle(80) 
turtle.color('red') 
turtle.begin_fill() 
turtle.circle(30) 
turtle.end_fill()
A.

B.

C.

D.

题目信息
2021年 12月 选择题
100%
正确率
0
评论
55
点击