import turtle as t
t.circle(-90,180)
t.fillcolor("black")
t.begin_fill()
t.circle(90,180)
t.circle(180,180)
t.end_fill()
t.circle(180,180)
t.circle(90,180)
t.fillcolor("white")
t.begin_fill()
t.circle(-90,-180)
t.end_fill()
t.penup()
t.right(90)
t.fd(90)
t.left(90)
t.fd(45)
t.right(90)
t.pendown()
t.fillcolor("black")
t.begin_fill()
t.circle(-25,360)
t.end_fill()
t.penup()
t.fd(180)
t.pendown()
t.fillcolor("white")
t.begin_fill()
t.circle(-25,360)
t.end_fill()
python123太极图代码
于 2022-11-30 16:26:46 首次发布