小朋友给小妹妹绘制的漂亮小公主
from turtle import*
speed(0)
hideturtle()
colormode(255)
def gotoz(x,y):
penup()
goto(x,y)
pendown()

pencolor(86,10,0)
pensize(2.5)
#头发
fillcolor(245,96,55)
begin_fill()
gotoz(-90,288)
seth(-125)
circle(100,50)
circle(-50,80)
circle(30,180)
right(90)
circle(15,160)
seth(0)
fd(120)
seth(-85)
circle(15,160)
right(90)
circle(30,180)
circle(-40,90)
circle(100,50)
circle(82,115)
end_fill()
用Python绘制美丽的小公主
代码太长,想要完整代码加下QQ41521145获取。

相关文章:

  • 2022-01-14
  • 2021-07-17
  • 2021-10-02
  • 2022-12-23
  • 2022-01-01
  • 2021-08-01
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2021-09-13
  • 2021-10-03
  • 2021-10-06
  • 2022-12-23
  • 2021-08-22
相关资源
相似解决方案