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
相关文章
相关标签/搜索