摘要: import turtle def mygoto(x,y,z): turtle.up() turtle.goto(x,y) turtle.setheading(z) turtle.down() def wjx(x): turtle.begin_fill() for i in range(5): turtle.forward(x... 阅读全文