Python之經過turtle繪畫描邊五角星

模塊 turtle – 一個很流行的繪製圖像的函數庫 代碼 import turtle as t for i in range(50): t.left(25) t.fd(90) t.left(180)
相關文章
相關標籤/搜索