import turtle as t
n = eval(input())
t.penup()
t.goto(-350,0)
t.pendown()
t.pensize(2)
t.color("blue","yellow")
t.begin_fill()
for i in range(3,n):
t.circle(50, steps=i)
t.fd(100)
else:
t.circle(50)
t.end_fill()
t.hideturtle()
t.done()
import turtle as t
n = eval(input())
t.penup()
t.goto(-350,0)
t.pendown()
t.pensize(2)
t.color("blue","yellow")
t.begin_fill()
for i in range(3,n):
t.circle(50, steps=i)
t.fd(100)
else:
t.circle(50)
t.end_fill()
t.hideturtle()
t.done()
用 css3 模拟一个渐变式圆点加载效果。
性能监测工具
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M