摘要:
from turtle import *def draw(radius,color1,color2) width(3) color("black",color1) begin_fill() circle(radius/2,80) circle(radius,180) left(180) circle 阅读全文
posted @ 2019-03-18 20:13
kesz
阅读(120)
评论(0)
推荐(0)
摘要:
import timeimport turtleturtle.penup()turtle.left(90)turtle.fd(200)turtle.pendown()turtle.right(90)turtle.fillcolor("red")turtle.begin_fill()turtle.ci 阅读全文
posted @ 2019-03-18 20:12
kesz
阅读(140)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2019-03-18 16:49
kesz
阅读(133)
评论(1)
推荐(0)