2018年5月9日

摘要: import turtle turtle.pencolor('pink') turtle.fillcolor('pink') turtle.begin_fill() for i in range(5): turtle.forward(100) turtle.right(144) turtle.end_fill() turtle.done() 阅读全文
posted @ 2018-05-09 21:24 梁梓蕙 阅读(130) 评论(0) 推荐(0)

导航