python小海龜畫小汽車

python用小海龜畫小汽車 import turtle x=turtle.Turtle() x.shape(‘turtle’) x.color(‘red’) x.begin_fill() x.forward(200) x.right(90) x.forward(100) x.left(90) x.forward(200) x.right(90) x.forward(100) x.right(90
相關文章
相關標籤/搜索