from turtle import *
color('red','pink')
begin_fill()
left(135)
fd(100)
#right(180)
circle(-50,180)
left(90)
circle(-50,180)
#right(180)
fd(100)
end_fill()
hideturtle()
done()
使用turtle绘制爱心

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
相关资源
相似解决方案