Python繪製Z字

#ZDraw import turtle as t t.left(45) #畫筆指向左45度 t.fd(150) t.right(135) t.fd(300) t.left(135) t.fd(150) t.done() #運行結束後,手動關閉窗口
相關文章
相關標籤/搜索