如何用python做出四個方形

如何用python 畫四個方形 import turtle (#引入數據庫) turtle.width(1) (#確定線條寬度) turtle.color(「red」)(#確定顏色) turtle.goto(0,0) (#從座標原點起) turtle.goto(0,100) turtle.goto(100,100) turtle.goto(100,0) turtle.goto(0,0) (#回到方
相關文章
相關標籤/搜索