特牛网址导航

python 画笔画一些形状(八卦图、小鸭子、五角星等)_python画笔形状有哪些-CSDN博客

网友收藏
文章浏览阅读1.4k次,点赞4次,收藏4次。八卦图from turtle import * def yin(radius, color1, color2): width(3) color("black", color1) begin_fill() circle(radius/2., 180) circle(radius, 180) left(180) circle(-radius/2., 180) end_fill() left(90) up() f_python画笔形状有哪些