摘要: # author:yxb import turtle def mygoto(x,y): turtle.up() turtle.goto(x,y) turtle.down() def pentagram(x): turtle.begin_fill() for i in range(5): turtle 阅读全文
posted @ 2018-03-19 10:40 108-杨晓彬 阅读(1898) 评论(0) 推荐(0) 编辑