用python 之turtle庫(模塊)畫太極圖、樓梯等

用python 之turtle庫(模塊)畫太極圖、樓梯等   畫簡易的太極圖 代碼如下: import turtle t=turtle.Turtle() t.up() t.goto(0,-50)#設置起始座標 t.down() t.begin_fill() t.fillcolor('black') t.circle(150,extent=180) t.circle(75,extent=180) #
相關文章
相關標籤/搜索