【Python turtle 畫愛心】實戰學習

效果以下:python 代碼以下:code from turtle import * def curvemove(): for i in range(200): right(1) forward(1) color('red','pink') begin_fill() left(140) forward(111.65) curvemove()
相關文章
相關標籤/搜索