我的第一個Python作圖

用python畫一個五角星: from turtle import * color('red','red') begin_fill() for i in range(5): fd(200) rt(144) end_fill() 運行結果:
相關文章
相關標籤/搜索