A. python turtle我想用五种颜色画五个圆,并且用画圆周的颜色填充,老是出问题,怎么回事,怎么修改
fromturtleimport*
colors=['red','blue','green','yellow','orange','purple'陵租]
defcircle():
foriinrange(36):
forward(20)
left(10)
foriincolors:
汪汪宏color(i)
困册begin_fill()
circle()
end_fill()
left(60)