Python的舉例之一

利用Python畫心形圖,真是好奇妙啊,代碼分享下~ide

from turtle import *
pensize(1)
pencolor('red')
fillcolor('pink')
speed(5)
up()
goto(-30, 100)
down()
begin_fill()
left(90)
circle(120,180)
circle(360,70)
left(38)
circle(360,70)
circle(120,180)
end_fill()
up()
goto(-100,-100)
down()blog

畫出後的結果以下:
Python的舉例之一ci

相關文章
相關標籤/搜索