#6870. Python3 Turtle-彩色圆环
Python3 Turtle-彩色圆环
turtle## 题目描述
使用 python3 的 turtle 库。 绘制一个以起点为圆的正下方,
最小圆半径为10,最大圆半径为90,
画笔粗细为5,
由大到小的顺序其颜色依次为:green,yellow,black,red,blue,
import turtle
# 在下面填写你的答案:
turtle## 题目描述
使用 python3 的 turtle 库。 绘制一个以起点为圆的正下方,
最小圆半径为10,最大圆半径为90,
画笔粗细为5,
由大到小的顺序其颜色依次为:green,yellow,black,red,blue,
import turtle
# 在下面填写你的答案: