摘要: a.五角星 import turtleturtle.color('yellow')turtle.begin_fill()for i in range(5): turtle.forward(100) turtle.right(144)turtle.end_fill() b.同心圆 import tur 阅读全文
posted @ 2017-09-13 21:55 blackboardf 阅读(149) 评论(0) 推荐(0) 编辑