摘要: mport turtle def mygoto(x,y): turtle.up() turtle.goto(x,y) turtle.down(); def drawwjx(x): turtle.begin_fill() for i in range(5): turtle.forward(x) turtle.right(1... 阅读全文
posted @ 2018-03-20 15:21 205李华秋 阅读(174) 评论(0) 推荐(0) 编辑