簡單的python畫圖小實例

import turtle as t t.goto(100,0) for i in range(100): t.left(80) t.fd(100) t.left(135) t.fd(165) t.left(125) t.fd(115) 效果圖: 觸類旁通:python import turtle as t t.goto(100,0) for i i
相關文章
相關標籤/搜索